[open-ils-commits] r18643 - trunk/Open-ILS/examples (senator)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Nov 5 17:39:13 EDT 2010
Author: senator
Date: 2010-11-05 17:39:07 -0400 (Fri, 05 Nov 2010)
New Revision: 18643
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
Revert r18608, which was ill-conceived anyway (you can use any table as a
source in reporter, I just didn't see how at first)
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2010-11-05 19:20:15 UTC (rev 18642)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2010-11-05 21:39:07 UTC (rev 18643)
@@ -2808,7 +2808,7 @@
</links>
</class>
- <class id="brt" controller="open-ils.cstore open-ils.pcrud open-ils.reporter-store" oils_obj:fieldmapper="booking::resource_type" reporter:core="true" oils_persist:tablename="booking.resource_type" reporter:label="Resource Type">
+ <class id="brt" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="booking::resource_type" oils_persist:tablename="booking.resource_type" reporter:label="Resource Type">
<fields oils_persist:primary="id" oils_persist:sequence="booking.resource_type_id_seq">
<field reporter:label="Resource Type ID" name="id" reporter:datatype="id" reporter:selector="name"/>
<field reporter:label="Resource Type Name" name="name" reporter:datatype="text"/>
@@ -2841,7 +2841,7 @@
</permacrud>
</class>
- <class id="brsrc" controller="open-ils.cstore open-ils.pcrud open-ils.reporter-store" reporter:core="true" oils_obj:fieldmapper="booking::resource" oils_persist:tablename="booking.resource" reporter:label="Resource">
+ <class id="brsrc" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="booking::resource" oils_persist:tablename="booking.resource" reporter:label="Resource">
<fields oils_persist:primary="id" oils_persist:sequence="booking.resource_id_seq">
<field reporter:label="Resource ID" name="id" reporter:datatype="id" reporter:selector="barcode" />
<field reporter:label="Owning Library" name="owner" reporter:datatype="org_unit"/>
@@ -2946,7 +2946,7 @@
</permacrud>
</class>
- <class id="bresv" controller="open-ils.cstore open-ils.pcrud open-ils.reporter-store" oils_obj:fieldmapper="booking::reservation" reporter:core="true" oils_persist:tablename="booking.reservation" reporter:label="Reservation">
+ <class id="bresv" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="booking::reservation" oils_persist:tablename="booking.reservation" reporter:label="Reservation">
<fields oils_persist:primary="id" oils_persist:sequence="money.billable_xact_id_seq">
<field reporter:label="Transaction ID" name="id" reporter:datatype="id" />
<field reporter:label="User" name="usr" reporter:datatype="link"/>
More information about the open-ils-commits
mailing list