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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jonesde
Author: jonesde
Date: Thu Jul  9 06:41:54 2009
New Revision: 792416

URL: http://svn.apache.org/viewvc?rev=792416&view=rev
Log:
Fixed small issue introduced with view-entity entity-condition where non-view entity name was used but conditions were removed

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=792416&r1=792415&r2=792416&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleForms.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleForms.xml Thu Jul  9 06:41:54 2009
@@ -112,7 +112,7 @@
         </field>
         <field name="statusId" use-when="example==null" title="${uiLabelMap.CommonStatus}">
             <drop-down allow-empty="false">
-                <entity-options entity-name="StatusItem" description="${description}"/>
+                <entity-options entity-name="ExampleStatusItem" description="${description}"/>
             </drop-down>
         </field>
         <field name="statusId" use-when="example!=null" title="${uiLabelMap.CommonStatus}">