LimeSurvey: master a028dce4

Author Committer Branch Timestamp Parent
gabrieljenik GitHub master 2021-04-13 16:24:49 master 5a5cb592
Affected Issues  16669: getQuestionAttributes function don't get the plugins attribute
Changeset

Fixed issue 16669: getQuestionAttributes function don't get the plugins attribute (#1843)

  • Fixed ticket 16669: getQuestionAttributes function don't get the plugins attribute

  • Added new function 'getAttributesFromPlugin' to QuestionAttributeHelper, which calls the old 'getOwnQuestionAttributesViaPlugin' function and filters by question type.

  • Use the new function in Question::getAdvancedSettingsWithValues()

  • Fixed ticket 16669: getQuestionAttributes function don't get the plugins attribute

  • Added more helper methods

Co-authored-by: encuestabizdevgit <devgit@encuesta.biz>

mod - application/models/Question.php Diff File
mod - application/models/QuestionTheme.php Diff File
mod - application/models/services/QuestionAttributeHelper.php Diff File