[open-ils-commits] r13741 - trunk/Open-ILS/examples (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jul 27 14:28:42 EDT 2009


Author: erickson
Date: 2009-07-27 14:28:38 -0400 (Mon, 27 Jul 2009)
New Revision: 13741

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
added pcrud perms for hold notes

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2009-07-24 21:00:01 UTC (rev 13740)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2009-07-27 18:28:38 UTC (rev 13741)
@@ -2689,6 +2689,14 @@
 		<links>
 			<link field="hold" reltype="has_a" key="id" map="" class="ahr"/>
 		</links>
+		<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
+			<actions>
+				<create permission="UPDATE_HOLD"><context link="hold" field="request_lib"/></create>
+				<retrieve permission="VIEW_USER"><context link="hold" field="request_lib"/></retrieve>
+				<update permission="UPDATE_HOLD"><context link="hold" field="request_lib"/></update>
+				<delete permission="UPDATE_HOLD"><context link="hold" field="request_lib"/></delete>
+			</actions>
+		</permacrud>
 	</class>
 	<class id="aou" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="actor::org_unit" oils_persist:tablename="actor.org_unit" reporter:label="Organizational Unit" oils_persist:field_safe="true">
 		<fields oils_persist:primary="id" oils_persist:sequence="actor.org_unit_id_seq">



More information about the open-ils-commits mailing list