From: Jason Boyer <jboyer@library.in.gov> Date: Tue, 2 Jan 2018 19:41:31 +0000 (-0500) Subject: LP1737052: Fix Typo in Permission Name X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f3bff3ead5741a046c7881cb0aaaf89253890a0b;p=evergreen%2Fjoelewis.git 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@library.in.gov> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org> --- diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 535cee6ae6..2635b8c25f 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>