svn commit: r607805 - /ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml

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

svn commit: r607805 - /ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml

lektran
Author: lektran
Date: Mon Dec 31 21:37:15 2007
New Revision: 607805

URL: http://svn.apache.org/viewvc?rev=607805&view=rev
Log:
Fix small bug, wrong default map name

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

Modified: ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml?rev=607805&r1=607804&r2=607805&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml Mon Dec 31 21:37:15 2007
@@ -33,7 +33,7 @@
         </field>
         <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field>
     </form>
-    <form name="EditExampleFeature" type="single" target="updateExampleFeature" title="" default-map-name="example">
+    <form name="EditExampleFeature" type="single" target="updateExampleFeature" title="" default-map-name="exampleFeature">
         <actions>
             <entity-one entity-name="StatusItem" value-name="currentStatus" auto-field-map="false">
                 <field-map field-name="statusId" env-name="example.statusId"/>