[open-ils-commits] [GIT] Evergreen ILS branch rel_2_4 updated. aa16b4434fb3700ab815998a9c1226ca60a42df8

Evergreen Git git at git.evergreen-ils.org
Thu Jul 11 11:24:09 EDT 2013


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_4 has been updated
       via  aa16b4434fb3700ab815998a9c1226ca60a42df8 (commit)
      from  0b2dec84082d145e0185939174c707419be3695b (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 aa16b4434fb3700ab815998a9c1226ca60a42df8
Author: Bill Erickson <berick at esilibrary.com>
Date:   Wed Jun 12 13:38:30 2013 -0400

    LP1190305 Loosen MARC Remove Fields retrieve perms
    
    Allow trash fields to be publicly accessible (if logged in) instead of
    requiring one of the edit permissions to view.
    
    Signed-off-by: Bill Erickson <berick at esilibrary.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 122e044..8afae06 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -227,9 +227,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 				<create permission="CREATE_IMPORT_TRASH_FIELD">
                     <context link="grp" field="owner"/>
                 </create>
-				<retrieve permission="CREATE_IMPORT_TRASH_FIELD UPDATE_IMPORT_TRASH_FIELD DELETE_IMPORT_TRASH_FIELD">
-                    <context link="grp" field="owner"/>
-                </retrieve>
+				<retrieve/>
 				<update permission="UPDATE_IMPORT_TRASH_FIELD">
                     <context link="grp" field="owner"/>
                 </update>
@@ -258,7 +256,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 		<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
 			<actions>
 				<create permission="CREATE_IMPORT_TRASH_FIELD" context_field="owner"/>
-				<retrieve permission="CREATE_IMPORT_TRASH_FIELD UPDATE_IMPORT_TRASH_FIELD DELETE_IMPORT_TRASH_FIELD" context_field="owner"/>
+				<retrieve/>
 				<update permission="UPDATE_IMPORT_TRASH_FIELD" context_field="owner"/>
 				<delete permission="DELETE_IMPORT_TRASH_FIELD" context_field="owner"/>
 			</actions>

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list