Fix 'check all' field was required, blocking the next step

This commit is contained in:
nathan 2022-09-22 11:47:11 -06:00
parent 4454f350b2
commit d48d805f05

View File

@ -21,9 +21,11 @@
<row class="th"> <row class="th">
<description value="Field"/> <description value="Field"/>
<hbox> <hbox>
<description value="Export"/> <description value="Export"/>
<buttononly statustext="Check all" label="Check all" id="check_all" needed="1" onclick="jQuery('input:checkbox').attr('checked', !jQuery('input:checkbox').attr('checked')); return false;" options="check"/> <buttononly statustext="Check all" label="Check all" id="check_all"
</hbox> onclick="jQuery('input:checkbox').attr('checked', !jQuery('input:checkbox').attr('checked')); return false;"
image="check"/>
</hbox>
</row> </row>
<row> <row>
<description id="${row}[name]" no_lang="1"/> <description id="${row}[name]" no_lang="1"/>