Author: hansbak
Date: Sun Dec 23 19:55:53 2007
New Revision: 606661
URL:
http://svn.apache.org/viewvc?rev=606661&view=revLog:
show status on project edit form
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=606661&r1=606660&r2=606661&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml Sun Dec 23 19:55:53 2007
@@ -19,7 +19,7 @@
-->
<forms xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="
http://ofbiz.apache.org/dtds/widget-form.xsd">
- <form name="EditProject" type="single" target="updateProject" default-map-name="project">
+ <form name="EditProject" type="single" target="updateProject" default-map-name="project">
<alt-target use-when="project==null" target="createProject"/>
<field use-when="project==null" name="templateId">
<drop-down allow-empty="true">
@@ -33,8 +33,8 @@
<field name="workEffortId"><hidden value="${projectId}"/></field>
<field name="projectName" parameter-name="workEffortName" title="${uiLabelMap.ProjectMgrProjectName}*"><text/></field>
<field name="projectDescription" parameter-name="description" title="${uiLabelMap.CommonDescription}"><text/></field>
- <field use-when="project!=null" name="statusId" title="${uiLabelMap.CommonStatus}"><display-entity entity-name="StatusItem" key-field-name="statusId"/></field>
- <field use-when="project==null" name="statusId" parameter-name="currentStatusId"><hidden value="CAL_ACCEPTED"/></field>
+ <field use-when="project!=null" name="currentStatusId" title="${uiLabelMap.CommonStatus}"><display-entity entity-name="StatusItem" key-field-name="statusId"/></field>
+ <field use-when="project==null" name="currentStatusId"><hidden value="_NA_"/></field>
<field name="priority" title="${uiLabelMap.CommonPriority}"><display/></field>
<field name="scopeEnumId" title="${uiLabelMap.ProjectMgrWorkEffortScopeEnumId}">
<drop-down allow-empty="false">