LimeSurvey: master 8217e548

Author Committer Branch Timestamp Parent
gabrieljenik GitHub master 2020-07-15 15:56:32 master a11ec77f
Affected Issues  16453: Sometimes we get duplicate question_orders on new questions
Changeset

Fixed issue 16453: Sometimes we get duplicate question_orders on new questions (#1481)

Dev: The QuestionEditorController was assigning the order to new questions based on getMaxQuestionOrder(), without
Dev: increasing by one, so new questions had the same order as the last one on the group

mod - application/controllers/QuestionEditorController.php Diff File