Author: surajk
Date: Sat Apr 27 06:41:46 2019
New Revision: 1858244

URL: http://svn.apache.org/viewvc?rev=1858244&view=rev
Log:
Fixed: Can't set (expected) start and end date of project when creating a 
project. 
(OFBIZ-10927)
Thanks Pierre Smits for reporting, Pawan Verma for the patch and Jacques for 
review.

Modified:
    ofbiz/ofbiz-plugins/trunk/projectmgr/widget/forms/ProjectForms.xml

Modified: ofbiz/ofbiz-plugins/trunk/projectmgr/widget/forms/ProjectForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/projectmgr/widget/forms/ProjectForms.xml?rev=1858244&r1=1858243&r2=1858244&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/projectmgr/widget/forms/ProjectForms.xml 
(original)
+++ ofbiz/ofbiz-plugins/trunk/projectmgr/widget/forms/ProjectForms.xml Sat Apr 
27 06:41:46 2019
@@ -92,8 +92,8 @@
                 </entity-options>
             </drop-down>
         </field>
-        <field use-when="projectId!=null" name="estimatedStartDate" 
title="${uiLabelMap.FormFieldTitle_estimatedStartDate}"><date-time/></field>
-        <field use-when="projectId!=null" name="estimatedCompletionDate" 
title="${uiLabelMap.FormFieldTitle_estimatedCompletionDate}"><date-time/></field>
+        <field name="estimatedStartDate" 
title="${uiLabelMap.FormFieldTitle_estimatedStartDate}"><date-time/></field>
+        <field name="estimatedCompletionDate" 
title="${uiLabelMap.FormFieldTitle_estimatedCompletionDate}"><date-time/></field>
         <field use-when="projectId!=null" name="actualStartDate" 
title="${uiLabelMap.FormFieldTitle_actualStartDate}"><date-time/></field>
         <field use-when="projectId!=null" name="actualCompletionDate" 
title="${uiLabelMap.FormFieldTitle_actualCompletionDate}"><date-time/></field>
         <field name="emailAddress" 
title="${uiLabelMap.FormFieldTitle_mailingListEmail}"><text/></field>


Reply via email to