LimeSurvey: master ac15ca87

Author Committer Branch Timestamp Parent
gabrieljenik gabrieljenik master 2020-07-10 19:56:12 master b8f26930
Affected Issues  16454: Sometimes, question_order is assigned from survey_id
Changeset

Fixed issue 16454: Sometimes, question_order is assigned from survey_id

When deleting a question, the order of questions in the group were reassigned by calling updateQuestionOrder, but the survey ID was passed as starting position.

mod - application/models/Question.php Diff File