[open-ils-commits] r12062 - trunk/Open-ILS/examples

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Feb 4 11:12:54 EST 2009


Author: erickson
Date: 2009-02-04 11:12:52 -0500 (Wed, 04 Feb 2009)
New Revision: 12062

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
added pcrud as controller for asva

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2009-02-04 15:41:15 UTC (rev 12061)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2009-02-04 16:12:52 UTC (rev 12062)
@@ -3295,7 +3295,7 @@
             </actions>
         </permacrud>
 	</class>
-	<class id="asva" controller="open-ils.cstore" oils_obj:fieldmapper="action::survey_answer" oils_persist:tablename="action.survey_answer" reporter:label="Survey Answer">
+	<class id="asva" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="action::survey_answer" oils_persist:tablename="action.survey_answer" reporter:label="Survey Answer">
 		<fields oils_persist:primary="id" oils_persist:sequence="action.survey_answer_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" />



More information about the open-ils-commits mailing list