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

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Nov 23 14:31:38 EST 2009


Author: scottmk
Date: 2009-11-23 14:31:34 -0500 (Mon, 23 Nov 2009)
New Revision: 15008

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
1. Eliminated a duplication of field labels in class "ateo"

2. Eliminated some ectopic label attributes from the
<links> aggregate of class "au"

M    Open-ILS/examples/fm_IDL.xml


Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2009-11-23 19:07:03 UTC (rev 15007)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2009-11-23 19:31:34 UTC (rev 15008)
@@ -558,7 +558,7 @@
 			<field reporter:label="Data" name="data" reporter:datatype="text"/>
 			<field reporter:label="Is Error" name="is_error" reporter:datatype="bool"/>
 			<field reporter:label="Events" name="events" oils_persist:virtual="true"  reporter:datatype="link"/>
-			<field reporter:label="Events" name="error_events" oils_persist:virtual="true"  reporter:datatype="link"/>
+			<field reporter:label="Error Events" name="error_events" oils_persist:virtual="true"  reporter:datatype="link"/>
 		</fields>
 		<links>
             <link field="events" reltype="has_many" key="template_output" map="" class="atev"/>
@@ -1727,16 +1727,16 @@
 			<link field="hold_requests" reltype="has_many" key="usr" map="" class="circ"/>
 			<link field="permissions" reltype="has_many" key="usr" map="perm" class="pupm"/>
 			<link field="settings" reltype="has_many" key="usr" map="" class="aus"/>
-			<link reporter:label="Billable Transactions" field="billable_transactions" reltype="has_many" key="usr" map="" class="mbt"/>
+			<link field="billable_transactions" reltype="has_many" key="usr" map="" class="mbt"/>
 			<link field="open_billable_transactions_summary" reltype="has_many" key="usr" map="" class="mobts"/>
 			<link field="money_summary" reltype="might_have" key="usr" map="" class="mus"/>
 			<link field="standing_penalties" reltype="has_many" key="usr" map="" class="ausp"/>
 			<link field="addresses" reltype="has_many" key="usr" map="" class="aua"/>
 			<link field="survey_responses" reltype="has_many" key="usr" map="" class="asvr"/>
 			<link field="notes" reltype="has_many" key="usr" map="" class="aun"/>
-			<link reporter:label="Check-ins Performed as Staff" field="checkins" reltype="has_many" key="checkin_staff" map="" class="circ"/>
+			<link field="checkins" reltype="has_many" key="checkin_staff" map="" class="circ"/>
 			<link field="cards" reltype="has_many" key="usr" map="" class="ac"/>
-			<link reporter:label="Circulations Performed as Staff" field="performed_circulations" reltype="has_many" key="circ_staff" map="" class="circ"/>
+			<link field="performed_circulations" reltype="has_many" key="circ_staff" map="" class="circ"/>
 			<link field="fund_alloc_pcts" reltype="has_many" key="allocator" map="" class="acqfap"/>
 			<link field="reservations" reltype="has_many" key="capture_staff" map="" class="bresv"/>
 		</links>



More information about the open-ils-commits mailing list