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 837f28f commit b18aafc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/questionHelper.php
Expand Up @@ -86,6 +86,7 @@ public static function getAttributesDefinitions()
'category'=>gT('Display'),
'sortorder'=>100,
'inputtype'=>'integer',
'min'=>'0',
'default'=>'',
"help"=>gT('Repeat answer options every X subquestions (Set to 0 to deactivate answer options repeat, deactivate minimum answer options repeat from config).'),
"caption"=>gT('Repeat answer options')
Expand Down

0 comments on commit b18aafc

Please sign in to comment.