Author: jacopoc
Date: Sat Mar 17 02:29:25 2007
New Revision: 519271
URL:
http://svn.apache.org/viewvc?view=rev&rev=519271Log:
'Created' status is the default one for newly created requirements.
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml?view=diff&rev=519271&r1=519270&r2=519271==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml Sat Mar 17 02:29:25 2007
@@ -98,7 +98,7 @@
</drop-down>
</field>
<field name="statusId" widget-style="selectBox">
- <drop-down allow-empty="false">
+ <drop-down allow-empty="false" no-current-selected-key="REQ_CREATED">
<entity-options entity-name="StatusItem" description="${description}">
<entity-constraint name="statusTypeId" value="REQUIREMENT_STATUS"/>
<entity-order-by field-name="sequenceId"/>