LimeSurvey: master ac766798

Author Committer Branch Timestamp Parent
gabrieljenik GitHub master 2021-03-26 09:23:32 master ae250586
Affected Issues  16914: Check if localization-related options are correctly imported.
Changeset

Fixed issue 16914: Check if localization-related options are correctly imported. (#1818)

Dev XMLImportSurvey tried to set the language for the question attributes properly, but the QuestionAttribute model didn't have a validator for 'language' field, making it "unsafe". So, the 'language' attribute was silently omitted and all question attributes ended up being saved without language.

mod - application/models/QuestionAttribute.php Diff File