Author: arunpatidar
Date: Sat Jul 8 08:18:44 2017
New Revision: 1801263
URL:
http://svn.apache.org/viewvc?rev=1801263&view=revLog:
Required check missing for Routing Task Name on Add Routing Task page. (OFBIZ-9456).
Thanks Aditya Sharma for reporting and providing patch.
Modified:
ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/RoutingTaskForms.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/RoutingTaskForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/RoutingTaskForms.xml?rev=1801263&r1=1801262&r2=1801263&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/RoutingTaskForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/RoutingTaskForms.xml Sat Jul 8 08:18:44 2017
@@ -138,7 +138,7 @@ under the License.
<field name="workEffortTypeId" use-when="routingTask==null"><hidden value="ROU_TASK"/></field>
<field name="currentStatusId" use-when="routingTask==null"><hidden value="ROU_ACTIVE"/></field>
<field name="workEffortId" use-when="routingTask!=null"><hidden/></field>
- <field name="workEffortName" title="${uiLabelMap.ManufacturingTaskName}"><text/></field>
+ <field name="workEffortName" title="${uiLabelMap.ManufacturingTaskName}" required-field="true"><text/></field>
<field name="workEffortPurposeTypeId" title="${uiLabelMap.ManufacturingTaskPurpose}">
<drop-down allow-empty="true">
<entity-options entity-name="WorkEffortPurposeType">