[open-ils-commits] r16962 - trunk/Open-ILS/examples (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Jul 16 10:56:48 EDT 2010
Author: dbs
Date: 2010-07-16 10:56:46 -0400 (Fri, 16 Jul 2010)
New Revision: 16962
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
Add the new owner column to the are object in the IDL
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2010-07-16 14:53:02 UTC (rev 16961)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2010-07-16 14:56:46 UTC (rev 16962)
@@ -1408,11 +1408,13 @@
<field name="last_xact_id" />
<field name="marc" />
<field name="source" />
+ <field reporter:label="Owner" name="owner" reporter:datatype="org_unit"/>
<field name="fixed_fields" oils_persist:virtual="true" reporter:datatype="link"/>
<field name="notes" oils_persist:virtual="true" reporter:datatype="link"/>
<field name="bib_links" oils_persist:virtual="true" reporter:datatype="link"/>
</fields>
<links>
+ <link field="owner" reltype="has_a" key="id" map="" class="aou"/>
<link field="editor" reltype="has_a" key="id" map="" class="au"/>
<link field="creator" reltype="has_a" key="id" map="" class="au"/>
<link field="notes" reltype="has_many" key="record" map="" class="arn"/>
More information about the open-ils-commits
mailing list