[open-ils-commits] r13742 - trunk/Open-ILS/examples (lmcfarland)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jul 27 14:57:50 EDT 2009
Author: lmcfarland
Date: 2009-07-27 14:57:46 -0400 (Mon, 27 Jul 2009)
New Revision: 13742
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
added open-ils.pcrud controller to ahrn class
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2009-07-27 18:28:38 UTC (rev 13741)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2009-07-27 18:57:46 UTC (rev 13742)
@@ -2676,7 +2676,7 @@
<link field="notes" reltype="has_many" key="hold" map="" class="ahrn"/>
</links>
</class>
- <class id="ahrn" controller="open-ils.cstore" oils_obj:fieldmapper="action::hold_request_note" oils_persist:tablename="action.hold_request_note" reporter:label="Hold Request Note">
+ <class id="ahrn" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="action::hold_request_note" oils_persist:tablename="action.hold_request_note" reporter:label="Hold Request Note">
<fields oils_persist:primary="id" oils_persist:sequence="action.hold_request_note_id_seq">
<field reporter:label="ID" name="id" reporter:datatype="id"/>
<field reporter:label="Hold ID" name="hold" reporter:datatype="link"/>
More information about the open-ils-commits
mailing list