Turn on bulk-delete feature for Raw Settings view
this can be dangerous, but then that's why we have a permissions system
This commit is contained in:
parent
ea0aff1a3e
commit
e097f526bb
|
@ -50,6 +50,7 @@ class SettingsView(MasterView):
|
|||
model_class = model.Setting
|
||||
model_title = "Raw Setting"
|
||||
model_title_plural = "Raw Settings"
|
||||
bulk_deletable = True
|
||||
feedback = re.compile(r'^rattail\.mail\.user_feedback\..*')
|
||||
|
||||
grid_columns = [
|
||||
|
|
Loading…
Reference in a new issue