[open-ils-commits] r11375 - trunk/Open-ILS/examples
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Dec 1 18:42:05 EST 2008
Author: erickson
Date: 2008-12-01 18:41:59 -0500 (Mon, 01 Dec 2008)
New Revision: 11375
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
added permacrud entries for currency types
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2008-12-01 21:57:38 UTC (rev 11374)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2008-12-01 23:41:59 UTC (rev 11375)
@@ -3478,6 +3478,14 @@
<field reporter:label="Currency Label" name="label" oils_obj:array_position="4" oils_persist:virtual="false" reporter:datatype="text" oils_persist:i18n="true" />
</fields>
<links/>
+ <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
+ <actions>
+ <create permission="ADMIN_CURRENCY_TYPE" global_required="true"/>
+ <retrieve/>
+ <update permission="ADMIN_CURRENCY_TYPE" global_required="true"/>
+ <delete permission="ADMIN_CURRENCY_TYPE" global_required="true"/>
+ </actions>
+ </permacrud>
</class>
<class id="acqexr" controller="open-ils.cstore open-ils.reporter-store" oils_obj:fieldmapper="acq::exchange_rate" oils_persist:tablename="acq.exchange_rate">
More information about the open-ils-commits
mailing list