LP 1369128: Add delete permission to fm_IDL.xml for class bre.
authorJason Stephenson <jason@sigio.com>
Thu, 18 Sep 2014 20:49:20 +0000 (16:49 -0400)
committerBen Shum <bshum@biblio.org>
Thu, 18 Sep 2014 21:13:55 +0000 (17:13 -0400)
Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/examples/fm_IDL.xml

index 9bd3039..cd156a6 100644 (file)
@@ -2886,6 +2886,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
                 <create permission="CREATE_MARC IMPORT_MARC" global_required="true"/>
                 <retrieve/>
                 <update permission="UPDATE_MARC" global_required="true"/>
+               <!-- WARNING: Deleting records via PCRUD does NOT check that any prerequisite conditions have been handled first. It is your responsibility to check for those conditions before deleting bib records. -->
+                <delete permission="DELETE_RECORD" global_required="true"/>
             </actions>
         </permacrud>
        </class>