LimeSurvey: master fbce0a0d

Author Committer Branch Timestamp Parent
DenisChenu GitHub master 2023-05-18 16:23:51 master b0cdfc85
Affected Issues  18725: Reorder questions/question groups
 18792: Allow to move quetsion inside group and group order with activated survey
Changeset

Fixed issue #18725: Reorder questions/question groups can break survey

Dev: disable update of gid for question by model
Dev: use save in organizer to use rules
Dev:fix organizer to disallow parent change is survey is activated
New feature 18792: Allow to move question inside group and group order with activated survey
Dev: just activate the link, controller can already be accessed with activated survey

mod - application/config/version.php Diff File
mod - application/controllers/SurveyAdministrationController.php Diff File
add - application/core/LSYii_DisableUpdateValidator.php Diff File
mod - application/core/LSYii_NoUpdateValidator.php Diff File
mod - application/core/LsDefaultDataSets.php Diff File
add - application/helpers/update/updates/Update_606.php Diff File
mod - application/models/Question.php Diff File
mod - application/views/admin/survey/organizeGroupsAndQuestions_view.php Diff File
mod - assets/scripts/admin/organize.js Diff File