From 18c30fcb057cbc4a276cfcc2638e734703105282 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 9 Oct 2019 11:19:48 -0500 Subject: [PATCH] Allow bulk-delete for some common batches --- tailbone/templates/batch/index.mako | 1 + tailbone/views/batch/labels.py | 1 + tailbone/views/batch/newproduct.py | 1 + tailbone/views/batch/product.py | 1 + 4 files changed, 4 insertions(+) diff --git a/tailbone/templates/batch/index.mako b/tailbone/templates/batch/index.mako index 3de15c87..5e6d0318 100644 --- a/tailbone/templates/batch/index.mako +++ b/tailbone/templates/batch/index.mako @@ -64,6 +64,7 @@ <%def name="grid_tools()"> + ${parent.grid_tools()} % if master.results_executable and request.has_perm('{}.execute_multiple'.format(permission_prefix)): % if use_buefy: