LP1737052: Fix Typo in Permission Name
authorJason Boyer <jboyer@library.in.gov>
Tue, 2 Jan 2018 19:41:31 +0000 (14:41 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 11 Jan 2018 15:40:06 +0000 (10:40 -0500)
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

index 535cee6..2635b8c 100644 (file)
@@ -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>