[open-ils-commits] r18821 - trunk/Open-ILS/examples (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Nov 22 10:16:44 EST 2010


Author: miker
Date: 2010-11-22 10:16:42 -0500 (Mon, 22 Nov 2010)
New Revision: 18821

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
add field to IDL needed by, well, a bunch of stuff: sstr-[has_many]->items

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2010-11-22 13:38:53 UTC (rev 18820)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2010-11-22 15:16:42 UTC (rev 18821)
@@ -3366,9 +3366,11 @@
 			<field reporter:label="ID" name="id" reporter:datatype="id"/>
 			<field reporter:label="Distribution" name="distribution" reporter:datatype="link"/>
 			<field reporter:label="Routing Label" name="routing_label" reporter:datatype="text"/>
+			<field reporter:label="Items" name="items" oils_persist:virtual="true" reporter:datatype="link" />
 		</fields>
 		<links>
 			<link field="distribution" reltype="has_a" key="id" map="" class="sdist"/>
+			<link field="items" reltype="has_many" key="id" map="" class="sitem"/>
 		</links>
 		<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
 			<actions>



More information about the open-ils-commits mailing list