[open-ils-commits] [GIT] Evergreen ILS branch master updated. 51426a02c7f8db854363f09d9248d9f701816dfa

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, master has been updated
       via  51426a02c7f8db854363f09d9248d9f701816dfa (commit)
      from  caeb993ff0b942b902f298442a8960f142d399e7 (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 51426a02c7f8db854363f09d9248d9f701816dfa
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 f5f25d4..9776286 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -9073,7 +9073,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