From bf836230020982a229b95dcf8ed3f47e401293a4 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Tue, 24 Jul 2012 10:36:49 -0400 Subject: [PATCH] Remove retrieve permissions from org units Noticeably broken for the new simplified pull list when org units were not visible from the interface to users without the following permissions: CREATE_ORG_UNIT UPDATE_ORG_UNIT DELETE_ORG_UNIT Since regular staff accounts would never be given any of these permissions and nothing really secretive is included in org unit lookup, this change removes those permissionas being required for retrieve. Signed-off-by: Ben Shum Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/examples/fm_IDL.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index a6033480e4..780751fc6e 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -5278,10 +5278,7 @@ SELECT usr, - - - - + -- 2.11.0