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

Evergreen Git git at git.evergreen-ils.org
Thu Jan 11 10:37:59 EST 2018


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  f3bff3ead5741a046c7881cb0aaaf89253890a0b (commit)
      from  36d72cf046db42561a3f9e255a5facca18e27117 (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 f3bff3ead5741a046c7881cb0aaaf89253890a0b
Author: Jason Boyer <jboyer at library.in.gov>
Date:   Tue Jan 2 14:41:31 2018 -0500

    LP1737052: Fix Typo in Permission Name
    
    fm_IDL.xml had an 'S' appended to the
    ADMIN_COPY_TAG making it impossible
    to grant permissions to apply or edit
    copy tags on an item.
    
    Signed-off-by: Jason Boyer <jboyer at library.in.gov>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index 535cee6..2635b8c 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -12150,10 +12150,10 @@ SELECT  usr,
 		</links>
 		<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
 			<actions>
-				<create permission="ADMIN_COPY_TAGS" context_field="owner"/>
+				<create permission="ADMIN_COPY_TAG" context_field="owner"/>
 				<retrieve/>
-				<update permission="ADMIN_COPY_TAGS" context_field="owner"/>
-				<delete permission="ADMIN_COPY_TAGS" context_field="owner"/>
+				<update permission="ADMIN_COPY_TAG" context_field="owner"/>
+				<delete permission="ADMIN_COPY_TAG" context_field="owner"/>
 			</actions>
 		</permacrud>
 	</class>

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list