Author: hansbak
Date: Thu Feb  4 09:20:17 2010
New Revision: 906413

URL: http://svn.apache.org/viewvc?rev=906413&view=rev
Log:
status should not be given to the update service because cannot be changed here

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml?rev=906413&r1=906412&r2=906413&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml 
(original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml Thu Feb 
 4 09:20:17 2010
@@ -306,7 +306,7 @@
                 <parameter param-name="workEffortId"/>
             </hyperlink>
         </field>
-        <field name="currentStatusId" 
title="${uiLabelMap.CommonStatus}"><display-entity entity-name="StatusItem" 
key-field-name="statusId" description="${description}"></display-entity></field>
+        <field name="currentStatusId" 
title="${uiLabelMap.CommonStatus}"><display-entity entity-name="StatusItem" 
key-field-name="statusId" description="${description}" 
also-hidden="false"></display-entity></field>
         <field name="plannedHours" 
title="${uiLabelMap.ProjectMgrPlannedHours}"><display/></field>
         <field name="actualHours" 
title="${uiLabelMap.ProjectMgrActualHours}"><display/></field>
         <field name="workEffortParentId" 
title="${uiLabelMap.ProjectMgrTaskPhase}">


Reply via email to