svn commit: r980534 - /ofbiz/trunk/applications/workeffort/widget/CalendarForms.xml

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

svn commit: r980534 - /ofbiz/trunk/applications/workeffort/widget/CalendarForms.xml

erwan
Author: erwan
Date: Thu Jul 29 18:32:46 2010
New Revision: 980534

URL: http://svn.apache.org/viewvc?rev=980534&view=rev
Log:
defaulting to estimated times for a workeffort when editing instead of server time

Modified:
    ofbiz/trunk/applications/workeffort/widget/CalendarForms.xml

Modified: ofbiz/trunk/applications/workeffort/widget/CalendarForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/CalendarForms.xml?rev=980534&r1=980533&r2=980534&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/CalendarForms.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/CalendarForms.xml Thu Jul 29 18:32:46 2010
@@ -103,8 +103,8 @@ under the License.
                 </entity-options>
             </drop-down>
         </field>
-        <field name="estimatedStartDate"><date-time input-method="time-dropdown" /></field>
-        <field name="estimatedCompletionDate"><date-time input-method="time-dropdown"/></field>
+        <field name="estimatedStartDate"><date-time input-method="time-dropdown" default-value="${workEffort.estimatedStartDate}" /></field>
+        <field name="estimatedCompletionDate"><date-time input-method="time-dropdown" default-value="${workEffort.estimatedCompletionDate}"/></field>
         <field name="actualStartDate" use-when="parentWorkEffortId!=null"><display type="date-time"/></field>
         <field name="actualCompletionDate" use-when="parentWorkEffortId!=null"><display type="date-time"/></field>
         <field name="addButton" use-when="workEffort==null"><submit/></field>