Add speedbump by default when deleting any "row" record
also, allow deleting rows for truck dump child batch
This commit is contained in:
parent
4a610ba2e6
commit
d7863c2572
4 changed files with 6 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue