From a22543eb8bfc17b8b26e7791c326e99420607b5d Mon Sep 17 00:00:00 2001 From: Renaud Michotte Date: Thu, 10 Dec 2020 10:37:22 +0100 Subject: [PATCH] configuration: allow notifications sorting Adds 'notification' to resources allowing to be sorted using API. Co-Authored-by: Renaud Michotte --- rero_ils/config.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rero_ils/config.py b/rero_ils/config.py index 4464a77a51..be1e843502 100644 --- a/rero_ils/config.py +++ b/rero_ils/config.py @@ -1904,11 +1904,12 @@ def _(x): 'local_fields', 'loans', 'locations', + 'notifications', 'organisations', 'patrons', 'patron_types', - 'vendors', - 'templates' + 'templates', + 'vendors' ] RECORDS_REST_SORT_OPTIONS = dict()