svn commit: r421239 - /incubator/ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml

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

svn commit: r421239 - /incubator/ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml

jacopoc
Author: jacopoc
Date: Wed Jul 12 04:32:13 2006
New Revision: 421239

URL: http://svn.apache.org/viewvc?rev=421239&view=rev
Log:
Fixed bug in the EditDataResource form definition.

Modified:
    incubator/ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml

Modified: incubator/ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml?rev=421239&r1=421238&r2=421239&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml (original)
+++ incubator/ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml Wed Jul 12 04:32:13 2006
@@ -107,7 +107,7 @@
     </form>
 
     <form name="EditDataResource" target="updateDataResource" title="" type="single" default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox">
+        default-tooltip-style="tabletext" default-widget-style="inputBox" default-map-name="currentValue">
         <actions>
             <entity-one entity-name="StatusItem" value-name="currentStatus" auto-field-map="false">
                 <field-map field-name="statusId" env-name="currentValue.statusId"/>