Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Trunk
-
None
-
None
-
Patch
Description
As WorkEffort entities with type as `Task' and a non-empty `Estimated Start Date' will be included in calendar page, so TASK_STATUS should be added to EditCalEvent, to make task status be correctly displayed and updated.
1. Go to page: https://demo-trunk.ofbiz.apache.org/workeffort/control/EditWorkEffort
2. Create a WorkEffort with Type as Task, Status as [Task] Accepted, and select Now for Estimated Start Date
3. Go to page: https://demo-trunk.ofbiz.apache.org/workeffort/control/calendar
4. Selected newly added task entry in calender, to show the edit form
In step 4, task status will be shown as In Planning, instead of Accepted.
Attached patch try to fix this problem.