Let a batch disallow bulk-deletion of its rows

This commit is contained in:
Lance Edgar 2017-05-04 16:34:48 -05:00
parent 2c14dce30d
commit 72ae1191a0
2 changed files with 8 additions and 6 deletions

View file

@ -84,6 +84,7 @@ class MasterView(View):
rows_creatable = False
rows_editable = False
rows_deletable = False
rows_bulk_deletable = False
@property
def Session(self):