Skip to content

Commit

Permalink
Fixed issue #17283: "Repeat answer options" option does not accept va…
Browse files Browse the repository at this point in the history
…lue 0
  • Loading branch information
c-schmitz committed May 7, 2021
1 parent bc34aa0 commit 660576f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/questionHelper.php
Expand Up @@ -94,6 +94,7 @@ public static function getAttributesDefinitions()
"types" => Question::QT_F_ARRAY_FLEXIBLE_ROW . Question::QT_COLON_ARRAY_MULTI_FLEX_NUMBERS . Question::QT_1_ARRAY_MULTISCALE . Question::QT_SEMICOLON_ARRAY_MULTI_FLEX_TEXT,
'category' => gT('Display'),
'sortorder' => 100,
'min' => '0',
'inputtype' => 'integer',
'default' => '',
"help" => gT('Repeat headers every n-th subquestions (Set to 0 to deactivate).'),
Expand Down
Expand Up @@ -64,6 +64,7 @@
<sortorder>100</sortorder>
<inputtype>integer</inputtype>
<default></default>
<min>0</min>
<help>Repeat headers every n-th subquestions (Set to 0 to deactivate).</help>
<caption>Repeat headers</caption>
<i18n></i18n>
Expand Down
Expand Up @@ -65,6 +65,7 @@
<sortorder>100</sortorder>
<inputtype>integer</inputtype>
<default></default>
<min>0</min>
<help>Repeat headers every n-th subquestions (Set to 0 to deactivate).</help>
<caption>Repeat headers</caption>
<i18n></i18n>
Expand Down
Expand Up @@ -65,6 +65,7 @@
<sortorder>100</sortorder>
<inputtype>integer</inputtype>
<default></default>
<min>0</min>
<help>Repeat headers every n-th subquestions (Set to 0 to deactivate).</help>
<caption>Repeat headers</caption>
<i18n></i18n>
Expand Down

0 comments on commit 660576f

Please sign in to comment.