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>
</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>