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