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

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jul 31 01:46:09 EDT 2008


Author: miker
Date: 2008-07-31 01:46:01 -0400 (Thu, 31 Jul 2008)
New Revision: 10215

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
use the correct field as the pkey

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2008-07-31 05:40:58 UTC (rev 10214)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2008-07-31 05:46:01 UTC (rev 10215)
@@ -3234,7 +3234,7 @@
         </permacrud>
 	</class>
 	<class id="i18n_l" controller="open-ils.cstore" oils_obj:fieldmapper="config::i18n_locale" oils_persist:tablename="config.i18n_locale" oils_persist:field_safe="true">
-		<fields oils_persist:primary="id">
+		<fields oils_persist:primary="code">
 			<field name="isnew" oils_obj:array_position="0" oils_persist:virtual="true" />
 			<field name="ischanged" oils_obj:array_position="1" oils_persist:virtual="true" />
 			<field name="isdeleted" oils_obj:array_position="2" oils_persist:virtual="true" />



More information about the open-ils-commits mailing list