From 88d8acfebd4fdd4a16ce50919413ddf6e144add1 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 1 Dec 2021 01:42:11 +0100 Subject: [PATCH] just use the generic view --- InvenTree/common/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/common/api.py b/InvenTree/common/api.py index 563c8fc79f..03460d566f 100644 --- a/InvenTree/common/api.py +++ b/InvenTree/common/api.py @@ -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