[open-ils-commits] r12323 - trunk/Open-ILS/examples (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Feb 27 17:18:43 EST 2009
Author: erickson
Date: 2009-02-27 17:18:38 -0500 (Fri, 27 Feb 2009)
New Revision: 12323
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
repaired event_def env and params links
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2009-02-27 21:40:31 UTC (rev 12322)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2009-02-27 22:18:38 UTC (rev 12323)
@@ -713,8 +713,8 @@
<link field="reactor" reltype="has_a" key="module" map="" class="atreact"/>
<link field="cleanup_success" reltype="has_a" key="module" map="" class="atclean"/>
<link field="cleanup_failure" reltype="has_a" key="module" map="" class="atclean"/>
- <link field="env" reltype="has_many" key="id" map="" class="atenv"/>
- <link field="params" reltype="has_many" key="id" map="" class="atevparam"/>
+ <link field="env" reltype="has_many" key="event_def" map="" class="atenv"/>
+ <link field="params" reltype="has_many" key="event_def" map="" class="atevparam"/>
</links>
<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
<actions>
More information about the open-ils-commits
mailing list