From: James Fournie Date: Thu, 17 Jan 2019 21:23:12 +0000 (-0800) Subject: LP1783421 - Make Copy Alerts permission not global X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5db7ed07d2b2fcabfadbfef3dd3376ea9bfae0ee;p=Evergreen.git 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 --- diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index fc18f04998..f43851ad35 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -7358,10 +7358,18 @@ SELECT usr, - - - - + + + + + + + + + + + + @@ -7386,10 +7394,18 @@ SELECT usr, - - - - + + + + + + + + + + + +