se701g2 / Doto

Todo application for Group 2
https://doto.azurewebsites.net/
MIT License
12 stars 42 forks source link

Checkbox in to-do list items doesn't update correctly #252

Open Matteas-Eden opened 4 years ago

Matteas-Eden commented 4 years ago

Bug Summary:

When marking a task as 'complete' through the calendar view, the checkbox in the list view is not filled.


Steps To Reproduce

1) Create a task 2) Open the list view 3) Mark the task as complete by clicking on the task in the calendar 4) Observe

Expected behaviour

When a task is marked as complete in the calendar view, the corresponding item in the task list has its checkbox filled.

Observed Behaviour

When a task is marked as complete in the calendar view, the corresponding item in the task list does not have its checkbox filled.

Screenshots

DotoBug

Environment


Additional Information:

Stack Traces

N/A

Test Cases

N/A

Code Examples

N/A

Error Reports

N/A

Other

N/A

HarrisonLeach1 commented 4 years ago

This is potentially caused by #250 so we will have to wait till that is fixed before work can begin on this.

preetpatel commented 4 years ago

ill investigate