[open-ils-commits] r9141 - trunk/Open-ILS/examples
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Mar 26 23:04:43 EDT 2008
Author: miker
Date: 2008-03-26 22:29:20 -0400 (Wed, 26 Mar 2008)
New Revision: 9141
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
adding org types to permacrud
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2008-03-27 01:35:47 UTC (rev 9140)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2008-03-27 02:29:20 UTC (rev 9141)
@@ -1916,6 +1916,14 @@
<link field="children" reltype="has_many" key="parent" map="" class="aout"/>
<link field="org_units" reltype="has_many" key="ou_type" map="" class="aou"/>
</links>
+ <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
+ <actions>
+ <create permission="CREATE_ORG_TYPE" global_required="true"/>
+ <retrieve/>
+ <update permission="UPDATE_ORG_TYPE" global_required="true"/>
+ <delete permission="DELETE_ORG_TYPE" global_required="true"/>
+ </actions>
+ </permacrud>
</class>
<class id="bren" controller="open-ils.cstore" oils_obj:fieldmapper="biblio::record_note" oils_persist:tablename="biblio.record_note">
<fields oils_persist:primary="id" oils_persist:sequence="biblio.record_note_id_seq">
More information about the open-ils-commits
mailing list