From bad7a0e8c38e23877608178f40583d52be6801e2 Mon Sep 17 00:00:00 2001 From: Jane Sandberg <sandbej@linnbenton.edu> Date: Tue, 20 Aug 2019 09:46:51 -0700 Subject: [PATCH] LP1816475: Loosening the permissions on booking resource type Addresses this issue: https://bugs.launchpad.net/evergreen/+bug/1816475/comments/19 Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu> Signed-off-by: Christine Burns <christine.burns@bc.libraries.coop> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org> --- Open-ILS/examples/fm_IDL.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 6b1cf45df8..0dfe7831e7 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -5004,7 +5004,7 @@ SELECT usr, <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1"> <actions> <create permission="ADMIN_BOOKING_RESOURCE_TYPE" context_field='owner'/> - <retrieve permission="ADMIN_BOOKING_RESOURCE_TYPE" context_field='owner'/> + <retrieve/> <update permission="ADMIN_BOOKING_RESOURCE_TYPE" context_field='owner'/> <delete permission="ADMIN_BOOKING_RESOURCE_TYPE" context_field='owner'/> </actions> @@ -5036,7 +5036,7 @@ SELECT usr, <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1"> <actions> <create permission="ADMIN_BOOKING_RESOURCE" context_field='owner'/> - <retrieve permission="ADMIN_BOOKING_RESOURCE" context_field='owner'/> + <retrieve/> <update permission="ADMIN_BOOKING_RESOURCE" context_field='owner'/> <delete permission="ADMIN_BOOKING_RESOURCE" context_field='owner'/> </actions> -- 2.11.0