Skip to content

Commit

Permalink
Fixed issue #15882: Missing attribute "Label for other" in listradio …
Browse files Browse the repository at this point in the history
…question
  • Loading branch information
ptelu committed Mar 3, 2020
1 parent 88132d7 commit cd4079f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions application/views/survey/questions/answer/listradio/config.xml
Expand Up @@ -82,6 +82,18 @@
<readonly_when_active></readonly_when_active>
<expression></expression>
</attribute>
<attribute>
<name>other_replace_text</name>
<category>Display</category>
<sortorder>100</sortorder>
<inputtype>text</inputtype>
<expression>1</expression>
<i18n>1</i18n>
<help>Replaces the label of the &amp;#039;Other:&amp;#039; answer option with a custom text</help>
<caption>Label for &amp;#039;Other:&amp;#039; option</caption>
<readonly></readonly>
<readonly_when_active></readonly_when_active>
</attribute>
<attribute>
<name>random_order</name>
<category>Display</category>
Expand Down

0 comments on commit cd4079f

Please sign in to comment.