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

svn at svn.open-ils.org svn at svn.open-ils.org
Tue May 26 23:00:42 EDT 2009


Author: erickson
Date: 2009-05-26 23:00:41 -0400 (Tue, 26 May 2009)
New Revision: 13242

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
ccmcmtm pcrud entries

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2009-05-27 02:52:09 UTC (rev 13241)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2009-05-27 03:00:41 UTC (rev 13242)
@@ -956,6 +956,20 @@
 			<link field="circ_mod_test" reltype="has_a" key="id" map="" class="ccmcmt"/>
 			<link field="circ_mod" reltype="has_a" key="code" map="" class="ccm"/>
 		</links>
+        <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
+            <actions>
+                <create permission="ADMIN_CIRC_MATRIX_MATCHPOINT">
+                    <context link="circ_mod_test" jump="matchpoint" field="org_unit"/>
+                </create>
+                <retrieve/>
+                <update permission="ADMIN_CIRC_MATRIX_MATCHPOINT">
+                    <context link="circ_mod_test" jump="matchpoint" field="org_unit"/>
+                </update>
+                <delete permission="ADMIN_CIRC_MATRIX_MATCHPOINT">
+                    <context link="circ_mod_test" jump="matchpoint" field="org_unit"/>
+                </delete>
+            </actions>
+        </permacrud>
 	</class>
 
 	<class id="cit" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="config::identification_type" oils_persist:tablename="config.identification_type" reporter:label="Identification Type">



More information about the open-ils-commits mailing list