LimeSurvey: master 8d6b7bf5

Author Committer Branch Timestamp Parent
user70560 c_schmitz master 2017-02-07 15:03:06 master 379d9d08
Affected Issues  12113: Unable to fix Invalid Sub questions in multilingua survey
Changeset

Fixed issue 12113 : Fix invalid subquestions on activation

Dev: add a Questions fixer for all other language
Dev: use qid for question and title for subquestion : this broke Survey SQL
Dev: we must have same qid+title then we can directly delete whole qid (no test on parent_qid)
Dev: did we must log it ? In log("X questions are deleted",'info',application.survey.???) for example

mod - application/helpers/admin/activate_helper.php Diff File
mod - application/helpers/common_helper.php Diff File
mod - application/models/Question.php Diff File
mod - application/models/Survey.php Diff File