[open-ils-commits] [GIT] Evergreen ILS branch master updated. 5cb9bc2e3e35f0d12c4f6bd8799010f8c573a32c

Evergreen Git git at git.evergreen-ils.org
Thu Jul 11 11:23:26 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, master has been updated
       via  5cb9bc2e3e35f0d12c4f6bd8799010f8c573a32c (commit)
      from  f9a57897338dd2568c5057d0ff0ed37ffe40ba57 (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 5cb9bc2e3e35f0d12c4f6bd8799010f8c573a32c
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 3e26497..cbdd13b 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