mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 21:15:41 +00:00
just use the generic view
This commit is contained in:
@ -172,7 +172,7 @@ class NotificationList(generics.ListAPIView):
|
||||
return queryset
|
||||
|
||||
|
||||
class NotificationDetail(generics.RetrieveDestroyAPIView):
|
||||
class NotificationDetail(generics.RetrieveUpdateDestroyAPIView):
|
||||
"""
|
||||
Detail view for an individual notification object
|
||||
|
||||
|
Reference in New Issue
Block a user