From f3bff3ead5741a046c7881cb0aaaf89253890a0b Mon Sep 17 00:00:00 2001 From: Jason Boyer <jboyer@library.in.gov> Date: Tue, 2 Jan 2018 14:41:31 -0500 Subject: [PATCH] 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> --- Open-ILS/examples/fm_IDL.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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> -- 2.11.0