Skip to content

Commit

Permalink
fix(core): Correct the delete permission
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Sep 13, 2024
1 parent 5f7d0e4 commit 6402897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/views/ticket_categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Delete(DeleteView):
model = TicketCategory

permission_required = [
'itim.delete_ticketcategory',
'core.delete_ticketcategory',
]


Expand Down

0 comments on commit 6402897

Please sign in to comment.