From 026dc6309c1c667dd642c8ebdc5f708ef2d71297 Mon Sep 17 00:00:00 2001
From: Lance Edgar
Date: Sun, 23 Aug 2020 11:23:22 -0500
Subject: [PATCH] Fix "execute results" batch template logic for Buefy themes
---
tailbone/templates/batch/index.mako | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/tailbone/templates/batch/index.mako b/tailbone/templates/batch/index.mako
index 21e3d7aa..5070c46e 100644
--- a/tailbone/templates/batch/index.mako
+++ b/tailbone/templates/batch/index.mako
@@ -97,6 +97,8 @@
% if use_buefy:
Execute Results
@@ -114,7 +116,11 @@
Please be advised, you are about to execute {{ total }} batches!
-
+
@@ -141,8 +148,8 @@
% if master.results_executable and master.has_perm('execute_multiple'):
% endif
@@ -192,7 +199,7 @@
<%def name="render_this_page_template()">
${parent.render_this_page_template()}
% if master.results_executable and master.has_perm('execute_multiple'):
- ${execute_form.render_deform(form_kwargs={'ref': 'actualForm'}, buttons=False)|n}
+ ${execute_form.render_deform(form_kwargs={'ref': 'actualExecuteForm'}, buttons=False)|n}
% endif
%def>