Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
Release Branch 13.07, Trunk
-
None
Description
You select a production run, then you click on "Task" tab to list tasks included in the production run.
You are not able to add a new task or modify any of already included tasks because of field type error.
Following events and services are waiting estimatedMilliseconds and estimatedSetupMillis as BigDecimal instead of Double.
Events :
ProductionRunSimpleEvents.editProductionRunRoutingTask
ProductionRunSimpleEvents.addProductionRunRoutinsTask
Services :
services_production_run.addProductionRunRoutingTask
services_production_run.checkUpdatePrunRoutingTask
Add-Task-To-Production-Run (13.07 and trunk releases) change fields type from BigDecimal to Double.