correct copy stat cat perms
authorJason Etheridge <jason@EquinoxOLI.org>
Fri, 28 Oct 2022 17:13:09 +0000 (13:13 -0400)
committerJason Etheridge <jason@EquinoxOLI.org>
Wed, 2 Nov 2022 05:04:53 +0000 (01:04 -0400)
Open-ILS/examples/fm_IDL.xml

index 250fbcc..d3854de 100644 (file)
@@ -7406,10 +7406,10 @@ SELECT  usr,
                </links>
                <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
                        <actions>
-                               <create permission="CREATE_PATRON_STAT_CAT" context_field="owner"/>
+                               <create permission="CREATE_COPY_STAT_CAT" context_field="owner"/>
                                <retrieve permission="STAFF_LOGIN" global_required="true"/>
-                               <update permission="UPDATE_PATRON_STAT_CAT" context_field="owner"/>
-                               <delete permission="DELETE_PATRON_STAT_CAT" context_field="owner"/>
+                               <update permission="UPDATE_COPY_STAT_CAT" context_field="owner"/>
+                               <delete permission="DELETE_COPY_STAT_CAT" context_field="owner"/>
                        </actions>
                </permacrud>
        </class>
@@ -8903,14 +8903,14 @@ SELECT  usr,
                </links>
                <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
                        <actions>
-                               <create permission="CREATE_PATRON_STAT_CAT_ENTRY">
+                               <create permission="CREATE_COPY_STAT_CAT_ENTRY">
                                        <context link="stat_cat" field="owner"/>
                                </create>
                                <retrieve permission="STAFF_LOGIN" global_required="true"/>
-                               <update permission="UPDATE_PATRON_STAT_CAT_ENTRY">
+                               <update permission="UPDATE_COPY_STAT_CAT_ENTRY">
                                        <context link="stat_cat" field="owner"/>
                                </update>
-                               <delete permission="DELETE_PATRON_STAT_CAT_ENTRY">
+                               <delete permission="DELETE_COPY_STAT_CAT_ENTRY">
                                        <context link="stat_cat" field="owner"/>
                                </delete>
                        </actions>