Misc. improvements for ordering batches, purchases
also we now show handler's description when executing batch
This commit is contained in:
parent
e1e3301fc1
commit
fac00e6ecd
8 changed files with 77 additions and 34 deletions
|
@ -211,6 +211,12 @@
|
|||
</header>
|
||||
|
||||
<section class="modal-card-body">
|
||||
<p class="block has-text-weight-bold">
|
||||
What will actually happen when this batch is executed?
|
||||
</p>
|
||||
<p class="block">
|
||||
${handler.describe_execution(batch) or "TODO: handler does not provide a description for this batch"}
|
||||
</p>
|
||||
<${execute_form.component} ref="executeBatchForm"></${execute_form.component}>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue