Skip to content

Commit

Permalink
commit update to inlcude RDP sheet checkboxes #867
Browse files Browse the repository at this point in the history
  • Loading branch information
salomon-j committed Oct 11, 2023
1 parent a48f4a5 commit e43e309
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions grails-app/views/home/_downloadAllAsXlsx.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
<g:each in="${['RLP Outcomes', 'RLP Project Details', 'RLP Key Threats', 'RLP Services and Targets']}" var="name">
<li><label class="checkbox"><input type="checkbox" name="tabs" value="${name.replaceAll(' ','_')}" data-validation-engine="validate[minCheckbox[1]]">${name}</label></li>
</g:each>
<!-- RDP project -->
<g:each in="${['RDP Outcomes', 'RDP Project Details', 'RDP Key Threats', 'RDP Services and Targets']}" var="name">
<li><label class="checkbox"><input type="checkbox" name="tabs" value="${name.replaceAll(' ','_')}" data-validation-engine="validate[minCheckbox[1]]">${name}</label></li>
</g:each>
</ul>

<strong>Electorate Coord</strong><br/>
Expand Down

0 comments on commit e43e309

Please sign in to comment.