[open-ils-commits] r13241 - trunk/Open-ILS/examples (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue May 26 22:52:11 EDT 2009
Author: erickson
Date: 2009-05-26 22:52:09 -0400 (Tue, 26 May 2009)
New Revision: 13241
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
pcrud entries for ccmcmt
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2009-05-26 21:39:54 UTC (rev 13240)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2009-05-27 02:52:09 UTC (rev 13241)
@@ -930,6 +930,20 @@
<links>
<link field="matchpoint" reltype="has_a" key="id" map="" class="ccmm"/>
</links>
+ <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
+ <actions>
+ <create permission="ADMIN_CIRC_MATRIX_MATCHPOINT">
+ <context link="matchpoint" field="org_unit"/>
+ </create>
+ <retrieve/>
+ <update permission="ADMIN_CIRC_MATRIX_MATCHPOINT">
+ <context link="matchpoint" field="org_unit"/>
+ </update>
+ <delete permission="ADMIN_CIRC_MATRIX_MATCHPOINT">
+ <context link="matchpoint" field="org_unit"/>
+ </delete>
+ </actions>
+ </permacrud>
</class>
<class id="ccmcmtm" controller="open-ils.cstore" oils_obj:fieldmapper="config::circ_matrix_circ_mod_test_map" oils_persist:tablename="config.circ_matrix_circ_mod_test_map" reporter:label="Circulation Matrix Circulation Modifier Subtest Circulation Modifier Set">
More information about the open-ils-commits
mailing list