LimeSurvey: master 5653348c

Author Committer Branch Timestamp Parent
DenisChenu DenisChenu master 2016-06-15 14:23:28 master 29ea9562
Affected Issues  09828: Ranking question : update allowed can broke Survey DB
Changeset

Fixed issue 09828: Ranking question : update allowed can broke Survey DB
Dev: add a new QuestionAttribute maxDBanswers, not updatable if survey is activated
Dev: fix max_answers according to this attribute
Dev: Have only maxDBanswers in survey runtime, then other are not set
Dev: Sub question by answer number OR attribute in createFieldMap
Dev: todo : some fix specific to EM
Dev: set maxDBanswers when update and when import LSA

mod - application/controllers/admin/database.php Diff File
mod - application/helpers/admin/activate_helper.php Diff File
mod - application/helpers/common_helper.php Diff File
mod - application/helpers/expressions/em_manager_helper.php Diff File
mod - application/helpers/qanda_helper.php Diff File