Closed PaulMcManus23 closed 3 years ago
Hi PaulMcManus23,
Greetings from Syncfusion support.
We have analyzed your query, however, we were unable to replicate the issue you reported. The taskType is updated in the taskData after editing. In the save requestType in the actionComplete event, the taskData is updated with the updated taskType value. Please share more details about the issue you faced such as:
As you can see in the screenshot above, the taskType has been updated in the taskData in the arguments of the actionComplete event.
Any information you could share with us will be useful to us in providing you with a solution.
Regards, Monisha.
https://github.com/syncfusion/ej2-javascript-ui-controls/blob/2807d50145199e32321f46d421a4a8d311552d25/controls/gantt/src/gantt/actions/edit.ts#L532
When I change the task type, it seems that the value on the taskdata object is not updated. Hence the resulting resource allocation changes are delayed somehow.
Why was this line commented out?