Tweak behavior when executing handheld batch results
redirect to final batch when done, try to warn user a bit
This commit is contained in:
parent
0d448fe6c5
commit
17017adde8
3 changed files with 17 additions and 2 deletions
tailbone/templates/batch/handheld
|
@ -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! 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue