Add speedbump by default when deleting any "row" record

also, allow deleting rows for truck dump child batch
This commit is contained in:
Lance Edgar 2018-09-22 19:27:17 -05:00
parent 4a610ba2e6
commit d7863c2572
4 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,5 @@
## -*- coding: utf-8; -*-
<div class="grid ${grid_class}" ${h.HTML.render_attrs(grid_attrs)}>
<div class="grid ${grid_class}" data-delete-speedbump="${'true' if grid.delete_speedbump else 'false'}" ${h.HTML.render_attrs(grid_attrs)}>
<table>
${grid.make_webhelpers_grid()}
</table>