Hide "execute results" button for handheld batches, unless permissions
This commit is contained in:
parent
1ce2f410d0
commit
318189b839
|
@ -45,7 +45,9 @@
|
|||
</%def>
|
||||
|
||||
<%def name="grid_tools()">
|
||||
% if request.has_perm('batch.handheld.execute_results'):
|
||||
<button type="button" id="execute-results-button">Execute Results</button>
|
||||
% endif
|
||||
</%def>
|
||||
|
||||
${parent.body()}
|
||||
|
|
Loading…
Reference in a new issue