Skip to content

Commit

Permalink
ill requests: fix facet filter not working
Browse files Browse the repository at this point in the history
Co-Authored-by: Pascal Repond <[email protected]>
  • Loading branch information
PascalRepond committed Feb 19, 2024
1 parent eba2923 commit 79b2740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rero_ils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2274,7 +2274,7 @@ def _(x):
)
),
filters={
_('status'): and_term_filter('status'),
_('request_status'): and_term_filter('status'),
_('loan_status'): and_term_filter('loan_status'),
_('requester'): and_term_filter('patron.facet'),
_('library'): and_term_filter('library.pid')
Expand Down

0 comments on commit 79b2740

Please sign in to comment.