[open-ils-commits] r12202 - trunk/Open-ILS/examples (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Feb 17 10:40:55 EST 2009
Author: erickson
Date: 2009-02-17 10:40:53 -0500 (Tue, 17 Feb 2009)
New Revision: 12202
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
pcrud entries for ident_type
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2009-02-17 14:20:07 UTC (rev 12201)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2009-02-17 15:40:53 UTC (rev 12202)
@@ -996,7 +996,7 @@
</links>
</class>
- <class id="cit" controller="open-ils.cstore" oils_obj:fieldmapper="config::identification_type" oils_persist:tablename="config.identification_type" reporter:label="Identification Type">
+ <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">
<fields oils_persist:primary="id" oils_persist:sequence="config.identification_type_id_seq">
<field name="isnew" oils_obj:array_position="0" oils_persist:virtual="true" />
<field name="ischanged" oils_obj:array_position="1" oils_persist:virtual="true" />
@@ -1005,6 +1005,14 @@
<field reporter:label="Identification Name" name="name" 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_IDENT_TYPE" global_required="true"/>
+ <retrieve/>
+ <update permission="ADMIN_IDENT_TYPE" global_required="true"/>
+ <delete permission="ADMIN_IDENT_TYPE" global_required="true"/>
+ </actions>
+ </permacrud>
</class>
<class id="asvq" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="action::survey_question" oils_persist:tablename="action.survey_question" reporter:label="User Survey Question">
More information about the open-ils-commits
mailing list