From fe3825c7e2a3f3194f8ec299c58a3bfc6b200034 Mon Sep 17 00:00:00 2001 From: Priyanka Terala <104053200+Terala-Priyanka@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:56:16 +0530 Subject: [PATCH] UIREQ-1190 - Add "Retrieval service point" filter (follow-up) (#1254) * UIREQ-1190 - initial commit * UIREQ-1190 - Add "Retrieval service point" filter * fix failed tests * fix test * refine and fix tests * UIREQ-1190 - remove unnecessary mock * UIREQ-1190 - duplicate existing Request filters in deprecated folder so that 'Retrieval service point" filter is not available from deprecated folder path * update translation id * Update src/hooks/useRetrievalServicePoints/useRetrievalServicePoints.js Co-authored-by: Mariia Aloshyna <55138456+mariia-aloshyna@users.noreply.github.com> * move RequestFilters to components and remove unnecessary code from deprecated folder * fix tests * fix test failures and review comments * UIREQ-1190 - add missed permission to view requests permission --------- Co-authored-by: Mariia Aloshyna <55138456+mariia-aloshyna@users.noreply.github.com> --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8aee6514..3704e17b 100644 --- a/package.json +++ b/package.json @@ -109,6 +109,7 @@ "inventory-storage.holdings.item.get", "inventory-storage.instances.item.get", "inventory-storage.instances.collection.get", + "inventory-storage.locations.collection.get", "manualblocks.collection.get", "circulation.requests.hold-shelf-clearance-report.get", "circulation.settings.collection.get",