You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/06/27 14:31:47 UTC

svn commit: r788962 - /ofbiz/trunk/applications/commonext/entitydef/entitymodel.xml

Author: hansbak
Date: Sat Jun 27 12:31:46 2009
New Revision: 788962

URL: http://svn.apache.org/viewvc?rev=788962&view=rev
Log:
wrong field name used, should be corrected now

Modified:
    ofbiz/trunk/applications/commonext/entitydef/entitymodel.xml

Modified: ofbiz/trunk/applications/commonext/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/entitydef/entitymodel.xml?rev=788962&r1=788961&r2=788962&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/commonext/entitydef/entitymodel.xml Sat Jun 27 12:31:46 2009
@@ -30,7 +30,7 @@
     <field name="moreInfoPortletId" type="value"><description>url to go to the related portlet screen in the system</description></field>
     <field name="moreInfoItemId" type="value"><description>The id of the item to be displayed i.e. custRequestId, inoiceId etc</description></field>
     <index name="systemInfo">
-      <index-field name="infoName"/>
+      <index-field name="noteName"/>
     </index>
   </extend-entity>