[open-ils-commits] r18822 - branches/rel_2_0/Open-ILS/examples (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Nov 22 10:17:37 EST 2010


Author: miker
Date: 2010-11-22 10:17:35 -0500 (Mon, 22 Nov 2010)
New Revision: 18822

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

Modified: branches/rel_2_0/Open-ILS/examples/fm_IDL.xml
===================================================================
--- branches/rel_2_0/Open-ILS/examples/fm_IDL.xml	2010-11-22 15:16:42 UTC (rev 18821)
+++ branches/rel_2_0/Open-ILS/examples/fm_IDL.xml	2010-11-22 15:17:35 UTC (rev 18822)
@@ -3357,9 +3357,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