Author: jonesde
Date: Thu Jul 9 06:41:54 2009
New Revision: 792416
URL:
http://svn.apache.org/viewvc?rev=792416&view=revLog:
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}">