From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Mon, 15 Feb 2010 15:40:13 +0000 (+0000) Subject: added pcrud entries for lineitem alert text X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1f9a9fd1ed349f7ae33e157f9f7bb8f84299d998;p=evergreen%2Fmasslnc.git added pcrud entries for lineitem alert text git-svn-id: svn://svn.open-ils.org/ILS/trunk@15535 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index f9b1ae359c..bd34beff38 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -5045,6 +5045,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA <link field="owning_lib" reltype="has_a" key="id" map="" class="aou"/> </links> <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1"> + <actions> + <create permission="ADMIN_ACQ_LINEITEM_ALERT_TEXT" context_field="owning_lib"/> + <retrieve permission="STAFF_LOGIN" context_field="owning_lib"/> + <update permission="ADMIN_ACQ_LINEITEM_ALERT_TEXT" context_field="owning_lib"/> + <delete permission="ADMIN_ACQ_LINEITEM_ALERT_TEXT" context_field="owning_lib"/> + </actions> </permacrud> </class>