View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
09365 | Bug reports | RemoteControl | public | 2014-11-20 17:18 | 2014-11-23 23:42 |
Reporter | Bearf | Assigned To | c_schmitz | ||
Priority | urgent | Severity | partial_block | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.05+ | ||||
Fixed in Version | 2.05+ | ||||
Summary | 09365: The method list_question doesn`t return questions which depend on another | ||||
Description | The method list_question doesn`t return questions which depend on another. | ||||
Steps To Reproduce | 1 Create a survey with some multiple choice questions and simple questions | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | 141003 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | Any | ||||
Database type & version | MySQL | ||||
Server OS (if known) | Linux dclinuxwebs1 3.0.101-0.21 | ||||
Webserver software & version (if known) | Apache 2.0 Handler | ||||
PHP Version | php5 | ||||
It's possible to list all questions, modifying remotecontrol_handle.php file (application\helpers\remotecontrol), changing list_questions method: $aQuestionList = Question::model()->findAllByAttributes(array("sid"=>$iSurveyID, "parent_qid"=>"0","language"=>$sLanguage)); with $aQuestionList = Question::model()->findAllByAttributes(array("sid"=>$iSurveyID, "language"=>$sLanguage)); |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14633 |
|
Version 2.05 Build 141123 released. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2014-11-20 17:18 | Bearf | New Issue | |
2014-11-20 17:54 |
|
Note Added: 31015 | |
2014-11-20 17:54 |
|
Note Edited: 31015 | |
2014-11-21 00:29 | c_schmitz | Assigned To | => c_schmitz |
2014-11-21 00:29 | c_schmitz | Status | new => assigned |
2014-11-21 17:16 | c_schmitz | Changeset attached | => LimeSurvey master eaed00ff |
2014-11-21 17:16 | c_schmitz | Note Added: 31021 | |
2014-11-21 17:16 | c_schmitz | Resolution | open => fixed |
2014-11-21 17:16 | c_schmitz | Status | assigned => resolved |
2014-11-21 17:16 | c_schmitz | Fixed in Version | => 2.05+ |
2014-11-23 23:42 | c_schmitz | Note Added: 31066 | |
2014-11-23 23:42 | c_schmitz | Status | resolved => closed |