Skip to content

Commit

Permalink
Fixed issue #15699: "File metadata" tab should be removed in gender
Browse files Browse the repository at this point in the history
  • Loading branch information
ptelu committed Jan 16, 2020
1 parent 43300c5 commit 4a0df1f
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions application/views/survey/questions/answer/gender/config.xml
Expand Up @@ -322,52 +322,6 @@
<!-- Location Attributes START -->
<!-- Location Attributes END -->
<!-- File metadata Attributes START -->
<attribute>
<name>show_title</name>
<category>File metadata</category>
<sortorder>124</sortorder>
<inputtype>switch</inputtype>
<options>
<option>
<value>0</value>
<text>No</text>
</option>
<option>
<value>1</value>
<text>Yes</text>
</option>
</options>
<default>1</default>
<help>Is the participant required to give a title to the uploaded file?</help>
<caption>Show title</caption>
<i18n></i18n>
<readonly></readonly>
<readonly_when_active></readonly_when_active>
<expression></expression>
</attribute>
<attribute>
<name>show_comment</name>
<category>File metadata</category>
<sortorder>126</sortorder>
<inputtype>switch</inputtype>
<options>
<option>
<value>0</value>
<text>No</text>
</option>
<option>
<value>1</value>
<text>Yes</text>
</option>
</options>
<default>1</default>
<help>Is the participant required to give a comment to the uploaded file?</help>
<caption>Show comment</caption>
<i18n></i18n>
<readonly></readonly>
<readonly_when_active></readonly_when_active>
<expression></expression>
</attribute>
<!-- File meta Attributes END -->
<!-- Slider Attributes START -->
<!-- Slider Attributes END -->
Expand Down

0 comments on commit 4a0df1f

Please sign in to comment.