[open-ils-commits] r18414 - trunk/Open-ILS/examples (senator)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Oct 20 13:32:58 EDT 2010


Author: senator
Date: 2010-10-20 13:32:55 -0400 (Wed, 20 Oct 2010)
New Revision: 18414

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
reporter.materialized_simple_record isn't really /just/ for reporter, as it's
linked to from bre


Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2010-10-20 16:43:26 UTC (rev 18413)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2010-10-20 17:32:55 UTC (rev 18414)
@@ -6609,7 +6609,7 @@
 			<link field="folder" reltype="has_a" key="id" map="" class="rof"/>
 		</links>
 	</class>
-	<class id="rmsr" controller="open-ils.reporter-store" oils_obj:fieldmapper="reporter::materialized_simple_record" oils_persist:tablename="reporter.materialized_simple_record" reporter:label="Fast Simple Record Extracts">
+	<class id="rmsr" controller="open-ils.reporter-store open-ils.cstore" oils_obj:fieldmapper="reporter::materialized_simple_record" oils_persist:tablename="reporter.materialized_simple_record" reporter:label="Fast Simple Record Extracts">
 		<fields oils_persist:primary="id">
 			<field reporter:label="Record ID" name="id" reporter:datatype="id" />
 			<field reporter:label="Fingerprint" name="fingerprint" reporter:datatype="text"/>



More information about the open-ils-commits mailing list