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=10e97a363038a3924673095662d4795489a52482;p=evergreen%2Fpines.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 --- diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index beab975329..e8a7f5f113 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -7589,10 +7589,18 @@ SELECT usr, - - - - + + + + + + + + + + + + @@ -7617,10 +7625,18 @@ SELECT usr, - - - - + + + + + + + + + + + +