From ad7e483d8a4620a09c0e801fc572643f6727768e Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 28 Nov 2021 00:02:05 +0100 Subject: [PATCH] age will not be possible atm --- InvenTree/common/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/common/api.py b/InvenTree/common/api.py index d2852790de..8d8c9e244b 100644 --- a/InvenTree/common/api.py +++ b/InvenTree/common/api.py @@ -141,7 +141,6 @@ class NotificationList(generics.ListAPIView): ] ordering_fields = [ - #'age', # TODO enable ordering by age 'category', 'name', 'read',