Remove the "delete" action from the generated pcrud methods in order to remove a...
authorMike Rylander <mrylander@gmail.com>
Thu, 11 May 2023 14:08:03 +0000 (10:08 -0400)
committerJason Etheridge <phasefx@gmail.com>
Sun, 14 May 2023 13:18:51 +0000 (09:18 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/examples/fm_IDL.xml

index d8c2492..4d3f604 100644 (file)
@@ -9150,7 +9150,6 @@ SELECT  usr,
                 <create permission="CREATE_TRANSLATION" global_required="true"/>
                 <retrieve />
                 <update permission="UPDATE_TRANSLATION" global_required="true"/>
-                <delete permission="DELETE_TRANSLATION" global_required="true"/>
             </actions>
         </permacrud>
        </class>