From 2390eba169637fd18c6682a5ddcd6d136edc06ea Mon Sep 17 00:00:00 2001 From: James Fournie Date: Thu, 17 Jan 2019 13:23:12 -0800 Subject: [PATCH] LP1783421 - Make Copy Alerts permission not global For some reason copy alerts require global permissions. Instead update the IDL for asset.active_copy_alert and asset.copy_alert to require {CREATE,VIEW,UPDATE,DELETE}_COPY_ALERT perms only as far as they are scoped for the circ lib of the copy. Signed-off-by: James Fournie Signed-off-by: Chris Sharp Signed-off-by: John Amundson Signed-off-by: Jason Stephenson --- Open-ILS/examples/fm_IDL.xml | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index c883f47c86..f8fc0eaad0 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -7588,10 +7588,18 @@ SELECT usr, - - - - + + + + + + + + + + + + @@ -7616,10 +7624,18 @@ SELECT usr, - - - - + + + + + + + + + + + + -- 2.43.2