Add support for "simple confirm" of object deletion

i.e. can just use `window.confirm()` instead of showing full confirm page

note, this is jquery-only for now
This commit is contained in:
Lance Edgar 2019-06-08 18:39:52 -05:00
parent f25e4fab28
commit 796170100f
4 changed files with 45 additions and 8 deletions

View file

@ -83,6 +83,7 @@ class MasterView(View):
viewable = True
editable = True
deletable = True
delete_confirm = 'full'
bulk_deletable = False
set_deletable = False
supports_set_enabled_toggle = False