When a task is created the due date is not set in the dueDate field, but rather the expectedCompletionDate field. This is caused by a typo in the service logic for createTask.
Fix the typo in the service layer of the backend for creating a task, createTask. The method should set response.getDueDate to task.getDueDate rather than task.expectCompletionDate.
Severity Level – Low
When a task is created the due date is not set in the dueDate field, but rather the expectedCompletionDate field. This is caused by a typo in the service logic for createTask.
Fix the typo in the service layer of the backend for creating a task, createTask. The method should set response.getDueDate to task.getDueDate rather than task.expectCompletionDate.
Severity Level – Low