[open-ils-commits] r12223 - trunk/Open-ILS/examples (scottmk)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Feb 18 16:25:52 EST 2009


Author: scottmk
Date: 2009-02-18 16:25:48 -0500 (Wed, 18 Feb 2009)
New Revision: 12223

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
Correct an error in the link specification for class asv.
(Class aou doesn't have a "survey" field.)


Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2009-02-18 19:58:52 UTC (rev 12222)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2009-02-18 21:25:48 UTC (rev 12223)
@@ -2631,7 +2631,7 @@
 			<field reporter:label="Display in User Summary" name="usr_summary" oils_obj:array_position="14" oils_persist:virtual="false" reporter:datatype="bool"/>
 		</fields>
 		<links>
-			<link field="owner" reltype="has_a" key="survey" map="" class="aou"/>
+			<link field="owner" reltype="has_a" key="id" map="" class="aou"/>
 			<link field="responses" reltype="has_many" key="survey" map="" class="asvr"/>
 			<link field="questions" reltype="has_many" key="survey" map="" class="asvq"/>
 		</links>



More information about the open-ils-commits mailing list