[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 9501ee6e2a9976aac346c73c7c30946ca4a37635
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, rel_3_0 has been updated
via 9501ee6e2a9976aac346c73c7c30946ca4a37635 (commit)
from 81477fdc0bbd1c33653c38313166ce0b688f0cef (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 9501ee6e2a9976aac346c73c7c30946ca4a37635
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