Skip to content

Commit

Permalink
configuration: allow notifications sorting
Browse files Browse the repository at this point in the history
Adds 'notification' to resources allowing to be sorted using API.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
  • Loading branch information
zannkukai committed Dec 10, 2020
1 parent d8ddd75 commit a22543e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rero_ils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1904,11 +1904,12 @@ def _(x):
'local_fields',
'loans',
'locations',
'notifications',
'organisations',
'patrons',
'patron_types',
'vendors',
'templates'
'templates',
'vendors'
]

RECORDS_REST_SORT_OPTIONS = dict()
Expand Down

0 comments on commit a22543e

Please sign in to comment.