Skip to content

Commit

Permalink
Enable delete permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Aug 6, 2024
1 parent 4b4704f commit 97644fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions keystone_api/apps/notifications/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ def has_change_permission(self, request, obj=None) -> False:
def has_add_permission(self, request, obj=None) -> False:
return False

def has_delete_permission(self, request, obj=None) -> False:
return False


@admin.register(Preference)
Expand Down

0 comments on commit 97644fa

Please sign in to comment.