View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
06744 | Bug reports | Survey editing | public | 2012-10-21 17:55 | 2012-10-30 14:52 |
Reporter | DenisChenu | Assigned To | DenisChenu | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.00+ | ||||
Fixed in Version | 2.00+ | ||||
Summary | 06744: Expressionmanager show false error if admin lang are not in survey lang | ||||
Description | After updating a question, EM show error even if there are no error. | ||||
Steps To Reproduce | Create a survey Q1 shown in error. Same think if you use "condition", add the condition (for example): Q1 are not empty. EM show (( ! is_empty(868539X81X1164.NAOK))) with 868539X81X1164 in red. | ||||
Additional Information | Seems again a cache session issue with EM. | ||||
Tags | No tags attached. | ||||
Bug heat | 8 | ||||
Complete LimeSurvey version number (& build) | 121021 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | not relevant | ||||
Database type & version | not relevant | ||||
Server OS (if known) | not relevant | ||||
Webserver software & version (if known) | not relevant | ||||
PHP Version | not relevant | ||||
Thomas, do you have an idea about this? I can see that SetDirtyFlag is properly used after the question was inserted in the database. (see /controllers/database.php line 358) and then it redirects to the right URL. Still the syntax highlighting is wrong. |
|
I can't reproduce this. It works fine for me when I follow those instructions. |
|
Shnoulle, can you still reproduce this? Because I can't anymore. |
|
Yes, do just this minute: Create a survey (title : Test) Click on "expression manager file " for question: "Cette question, en elle-même, ne contient pas d'erreur de syntaxe" (i french ? : admin user EN, installtion FR) (but mean no problem) |
|
@schnoulle: I can reproduce that, also have error in relevance with double quotes. when i set it to single quotes i get Fatal error: Maximum function nesting level of '100' reached, aborting! when i check survey logic file. EDIT: Error is when i put Q1=='A1' into validation |
|
Thank Menno, I feel less lonely :) |
|
Very strange think: With question text to {Q1=="A1"}
|
|
It's an admin langage issue \o/ With a user in french : create an english survey : error BUT With a user in french : create an english +french survey : NO error |
|
Some holiday until tuesday. Leave it , if someone can found when call I have same thing if i select a existing survey without admin lang. Denis |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=10048 |
|
Fix committed to 2.1 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=10049 |
|
It's a view issue, then apply the patch in the surveyadmin/funtion view. Maybe a lot of thing to ensure, but i don't found another way. Think there are a lot of issue like that one:
|
|
New 2.00+ version released - please update. |
|
LimeSurvey: master 364dbf3e 2012-10-30 04:21 Details Diff |
Fixed issue 06744: Expressionmanager show false error if admin lang are not in default survey lang Dev : in view, all survey are to be set in default lang, because survey is shown in default lang Dev : GetLastPrettyPrintExpression seems to be updated without StartProcessingPage |
Affected Issues 06744 |
|
mod - application/controllers/admin/surveyadmin.php | Diff File | ||
LimeSurvey: 2.1 5333e1ad 2012-10-30 04:21 Details Diff |
Fixed issue 06744: Expressionmanager show false error if admin lang are not in default survey lang Dev : in view, all survey are to be set in default lang, because survey is shown in default lang Dev : GetLastPrettyPrintExpression seems to be updated without StartProcessingPage |
Affected Issues 06744 |
|
mod - application/controllers/admin/surveyadmin.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-10-21 17:55 | DenisChenu | New Issue | |
2012-10-22 15:36 | c_schmitz | Assigned To | => c_schmitz |
2012-10-22 15:36 | c_schmitz | Status | new => assigned |
2012-10-24 09:01 | c_schmitz | Note Added: 21578 | |
2012-10-24 09:01 | c_schmitz | Assigned To | c_schmitz => TMSWhite |
2012-10-24 09:01 | c_schmitz | Status | assigned => feedback |
2012-10-25 06:19 | TMSWhite | Note Added: 21641 | |
2012-10-25 06:24 | TMSWhite | Assigned To | TMSWhite => |
2012-10-25 09:46 | c_schmitz | Assigned To | => DenisChenu |
2012-10-25 09:46 | c_schmitz | Status | feedback => assigned |
2012-10-25 09:46 | c_schmitz | Note Added: 21644 | |
2012-10-25 10:00 | DenisChenu | Note Added: 21645 | |
2012-10-26 11:52 | mdekker | Note Added: 21703 | |
2012-10-26 12:29 | mdekker | Note Edited: 21703 | |
2012-10-26 12:54 | DenisChenu | Note Added: 21706 | |
2012-10-26 14:44 | DenisChenu | Relationship added | parent of 06768 |
2012-10-27 14:12 | DenisChenu | Note Added: 21726 | |
2012-10-27 15:01 | DenisChenu | Note Added: 21728 | |
2012-10-27 15:02 | DenisChenu | Summary | Expressionmanager show false error after adding/updating question => Expressionmanager show false error if admin lang are not in survey lang |
2012-10-27 15:41 | DenisChenu | Assigned To | DenisChenu => |
2012-10-27 15:43 | DenisChenu | Note Added: 21730 | |
2012-10-27 15:43 | DenisChenu | Assigned To | => DenisChenu |
2012-10-27 15:43 | DenisChenu | Status | assigned => new |
2012-10-27 15:44 | DenisChenu | Assigned To | DenisChenu => |
2012-10-30 09:14 | c_schmitz | Assigned To | => DenisChenu |
2012-10-30 09:14 | c_schmitz | Status | new => assigned |
2012-10-30 11:22 | DenisChenu | Changeset attached | => LimeSurvey master 364dbf3e |
2012-10-30 11:22 | DenisChenu | Note Added: 21755 | |
2012-10-30 11:22 | DenisChenu | Resolution | open => fixed |
2012-10-30 11:27 | DenisChenu | Changeset attached | => LimeSurvey 2.1 5333e1ad |
2012-10-30 11:27 | DenisChenu | Note Added: 21756 | |
2012-10-30 11:29 | DenisChenu | Note Added: 21757 | |
2012-10-30 11:29 | DenisChenu | Status | assigned => resolved |
2012-10-30 11:29 | DenisChenu | Fixed in Version | => 2.00+ |
2012-10-30 14:52 | c_schmitz | Note Added: 21774 | |
2012-10-30 14:52 | c_schmitz | Status | resolved => closed |
2019-11-01 17:25 | c_schmitz | Category | Survey design => Survey editing |