[open-ils-commits] [GIT] Evergreen ILS branch rel_2_8 updated. af6b20bd63317f168c8195015b8f1ed1512cb39f
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_8 has been updated
via af6b20bd63317f168c8195015b8f1ed1512cb39f (commit)
from 3e5c1d8da5741cadea775ee6fd18e5e6b436270e (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 af6b20bd63317f168c8195015b8f1ed1512cb39f
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 b847d16..ea46dfb 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -9046,7 +9046,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