There was an error while loading. Please reload this page.
1 parent a28d351 commit 88be9ccCopy full SHA for 88be9cc
2 files changed
CHANGELOG.rst
@@ -80,6 +80,9 @@ Release notes
80
Note that those count reflect the current risk threshold.
81
https://github.com/aboutcode-org/dejacode/issues/102
82
83
+- Enable the delete_selected action on RequestTemplateAdmin.
84
+ https://github.com/aboutcode-org/dejacode/issues/243
85
+
86
### Version 5.2.1
87
88
- Fix the models documentation navigation.
workflow/admin.py
@@ -81,7 +81,7 @@ class RequestTemplateAdmin(DataspacedAdmin):
"make_active",
"make_inactive",
]
- actions_to_remove = ["compare_with", "delete_selected"]
+ actions_to_remove = ["compare_with"]
# Disable the default notifications to admins.
email_notification_on = []
view_on_site = DataspacedAdmin.changeform_view_on_site
0 commit comments