View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 15854 | Bug reports | Other | public | 2020-02-12 15:00 | 2021-03-08 19:36 |
| Reporter | cdorin | Assigned To | gabrieljenik | ||
| Priority | low | Severity | partial_block | ||
| Status | closed | Resolution | fixed | ||
| Product Version | 3.22.4 | ||||
| Fixed in Version | 3.25.17 | ||||
| Summary | 15854: Cannot open pop up editor - subquestions (an extra page refresh needed) | ||||
| Description | Create a question with subquestion | ||||
| Additional Information | P.s. this error is since a while -> i was able to reproduce it on my 3.20.2 instance | ||||
| Tags | No tags attached. | ||||
| Bug heat | 6 | ||||
| Complete LimeSurvey version number (& build) | irrelevant | ||||
| I will donate to the project if issue is resolved | No | ||||
| Browser | |||||
| Database type & version | irrelevant | ||||
| Server OS (if known) | |||||
| Webserver software & version (if known) | |||||
| PHP Version | irrelevant | ||||
|
@c_schmitz, does it makes sense to fix this? |
|
|
Yes, it is definitely a regression. |
|
|
PR: https://github.com/LimeSurvey/LimeSurvey/pull/1784 For new questions qid is random. Then when sent through the URL, common action executes _addPseudoParams which performs a validation. As the new question is still not valid, 403 is gotten. So now, for new questions. we don't send the param. |
|
|
4.X dodn't have this issue 3.X action onclick : 4X actoion onclik : |
|
|
Fix committed to 3.x-LTS branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=31235 |
|
|
LimeSurvey: 3.x-LTS 2a8f3659 2021-03-01 15:58 Committer: GitHub Details Diff |
Fixed issue 15854: Cannot open pop up editor - subquestions (an extra page refresh needed) (#1784) For new questions qid is random. Then when sent through the URL, common action executes _addPseudoParams which performs a validation. As the new question is still not valid, 403 is gotten. So now, for new questions. we don't send the param. |
Affected Issues 15854 |
|
| mod - application/views/admin/survey/Question/subquestionsAndAnswers/_subquestion.twig | Diff File | ||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-02-12 15:00 | cdorin | New Issue | |
| 2020-02-12 15:01 | cdorin | Summary | Cannot open pop up editor - subquestions => Cannot open pop up editor - subquestions (an extra page refresh needed) |
| 2020-02-12 15:26 | cdorin | Assigned To | => cdorin |
| 2020-02-12 15:26 | cdorin | Status | new => confirmed |
| 2020-02-12 15:26 | cdorin | Priority | none => low |
| 2020-02-12 16:56 | cdorin | Assigned To | cdorin => |
| 2021-02-03 18:52 | cdorin | Sync to Zoho Project | => |Yes| |
| 2021-02-18 22:43 | gabrieljenik | Note Added: 62381 | |
| 2021-02-19 09:53 | c_schmitz | Note Added: 62392 | |
| 2021-02-25 14:29 | gabrieljenik | Note Added: 62518 | |
| 2021-02-25 15:20 | DenisChenu | Note Added: 62523 | |
| 2021-03-01 14:58 | gabrieljenik | Changeset attached | => LimeSurvey 3.x-LTS 2a8f3659 |
| 2021-03-01 14:58 | gabrieljenik | Note Added: 62576 | |
| 2021-03-01 14:58 | gabrieljenik | Assigned To | => gabrieljenik |
| 2021-03-01 14:58 | gabrieljenik | Resolution | open => fixed |
| 2021-03-08 15:32 | ollehar | Status | confirmed => resolved |
| 2021-03-08 19:36 | c_schmitz | Fixed in Version | => 3.25.17 |
| 2021-03-08 19:36 | c_schmitz | Status | resolved => closed |