You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/09/03 12:40:23 UTC

svn commit: r810878 - /ofbiz/trunk/framework/example/widget/example/ExampleForms.xml

Author: jleroux
Date: Thu Sep  3 10:40:22 2009
New Revision: 810878

URL: http://svn.apache.org/viewvc?rev=810878&view=rev
Log:
A patch from Nicolas Malin " EditExample form, error in drop-down" (https://issues.apache.org/jira/browse/OFBIZ-2844) - OFBIZ-2844

Modified:
    ofbiz/trunk/framework/example/widget/example/ExampleForms.xml

Modified: ofbiz/trunk/framework/example/widget/example/ExampleForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleForms.xml?rev=810878&r1=810877&r2=810878&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleForms.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleForms.xml Thu Sep  3 10:40:22 2009
@@ -128,8 +128,8 @@
         <field name="longDescription" title="${uiLabelMap.ExampleLongDescription}"/>
         <field name="anotherText">
             <drop-down allow-empty="true">
-                <option key="Explicit Option" description="${uiLabelMap.ExampleExplicitOption}"/>
-                <entity-options entity-name="ProductType" description="${description}" key-field-name="description">
+                <option key="Explicit Option" description="${uiLabelMap.ExampleExplicitOption}"/>        
+                <entity-options entity-name="ProductType" description="${description}" key-field-name="productTypeId">
                     <entity-order-by field-name="description"/>
                 </entity-options>
             </drop-down>