From aa8e870ea0ba32f1d5cc62b01d6397deec8877eb Mon Sep 17 00:00:00 2001 From: Marc Johnson Date: Wed, 18 Dec 2019 20:41:18 +0000 Subject: [PATCH] Add location units collection permissions for check in CIRC-603 --- descriptors/ModuleDescriptor-template.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/descriptors/ModuleDescriptor-template.json b/descriptors/ModuleDescriptor-template.json index 0031aee888..ed117ad544 100644 --- a/descriptors/ModuleDescriptor-template.json +++ b/descriptors/ModuleDescriptor-template.json @@ -1154,8 +1154,11 @@ "inventory-storage.items.collection.get", "inventory-storage.locations.item.get", "inventory-storage.locations.collection.get", + "inventory-storage.location-units.institutions.collection.get", "inventory-storage.location-units.institutions.item.get", + "inventory-storage.location-units.campuses.collection.get", "inventory-storage.location-units.campuses.item.get", + "inventory-storage.location-units.libraries.collection.get", "inventory-storage.location-units.libraries.item.get", "inventory-storage.holdings.collection.get", "inventory-storage.holdings.item.get",