Tweak behavior when executing handheld batch results

redirect to final batch when done, try to warn user a bit
This commit is contained in:
Lance Edgar 2017-06-22 01:02:03 -05:00
parent 0d448fe6c5
commit 17017adde8
3 changed files with 17 additions and 2 deletions
tailbone/templates/batch/handheld

View file

@ -53,6 +53,12 @@ ${parent.body()}
<div id="execution-options-dialog" style="display: none;">
${h.form(url('{}.execute_results'.format(route_prefix)), name='execute-results')}
${h.csrf_token(request)}
<br />
<p>
Please be advised, you are about to execute multiple batches!&nbsp; They will
be aggregated and treated as a single data source, during execution.
</p>
<br />
% if master.has_execution_options:
${rendered_execution_options|n}
% endif