Only include execute form if applicable, for batch grid view
This commit is contained in:
parent
26137ec81e
commit
b5613ec6dc
|
@ -153,7 +153,9 @@
|
||||||
|
|
||||||
|
|
||||||
% if use_buefy:
|
% if use_buefy:
|
||||||
${execute_form.render_deform(form_kwargs={'ref': 'actualForm'}, buttons=False)|n}
|
% if master.results_executable and request.has_perm('{}.execute_multiple'.format(permission_prefix)):
|
||||||
|
${execute_form.render_deform(form_kwargs={'ref': 'actualForm'}, buttons=False)|n}
|
||||||
|
% endif
|
||||||
% endif
|
% endif
|
||||||
|
|
||||||
${parent.body()}
|
${parent.body()}
|
||||||
|
|
Loading…
Reference in a new issue