[open-ils-commits] [GIT] Evergreen ILS branch rel_2_7 updated. 1ea17671155f447c00cfab12d849f08c8be4c310

Evergreen Git git at git.evergreen-ils.org
Tue Aug 18 23:14:36 EDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_7 has been updated
       via  1ea17671155f447c00cfab12d849f08c8be4c310 (commit)
      from  55fbf4e3e3bc7921b8aaa3ad084c9c89f9bf7190 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1ea17671155f447c00cfab12d849f08c8be4c310
Author: Bill Erickson <berickxx at gmail.com>
Date:   Tue Jun 9 17:59:42 2015 -0400

    LP#1463590 Loosen read access to distribution formulas
    
    Make it possible for ACQ staff that have the CREATE_PURCHASE_ORDER
    permission to view distribution formulas (via PCRUD) , making it
    possible to use them from the PO batch update operation.
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index e5989fc..d355b04 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -8989,7 +8989,7 @@ SELECT  usr,
 		<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
 			<actions>
 				<create permission="ADMIN_ACQ_DISTRIB_FORMULA" context_field="owner"/>
-				<retrieve permission="ADMIN_ACQ_DISTRIB_FORMULA" context_field="owner"/>
+				<retrieve permission="CREATE_PURCHASE_ORDER ADMIN_ACQ_DISTRIB_FORMULA" context_field="owner"/>
 				<update permission="ADMIN_ACQ_DISTRIB_FORMULA" context_field="owner"/>
 				<delete permission="ADMIN_ACQ_DISTRIB_FORMULA" context_field="owner"/>
 			</actions>

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/examples/fm_IDL.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list