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 2008/01/03 07:34:59 UTC

svn commit: r608357 - /ofbiz/branches/release4.0/framework/example/widget/example/ExampleFeatureForms.xml

Author: jleroux
Date: Wed Jan  2 22:34:59 2008
New Revision: 608357

URL: http://svn.apache.org/viewvc?rev=608357&view=rev
Log:
Applied fix from trunk for revision: 607805

Modified:
    ofbiz/branches/release4.0/framework/example/widget/example/ExampleFeatureForms.xml

Modified: ofbiz/branches/release4.0/framework/example/widget/example/ExampleFeatureForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/example/widget/example/ExampleFeatureForms.xml?rev=608357&r1=608356&r2=608357&view=diff
==============================================================================
--- ofbiz/branches/release4.0/framework/example/widget/example/ExampleFeatureForms.xml (original)
+++ ofbiz/branches/release4.0/framework/example/widget/example/ExampleFeatureForms.xml Wed Jan  2 22:34:59 2008
@@ -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"/>