Fix Assignees being deleted when adding a due date #254

Merged
konrad merged 6 commits from fix/assignees-lost-when-adding-due-date into master 2020-10-02 16:40:04 +00:00

6 Commits

Author SHA1 Message Date
kolaente 3e1807b521
Use a model to make sure all changes of task assignees are bubbled back up to the task
continuous-integration/drone/pr Build is passing Details
2020-10-02 18:34:27 +02:00
kolaente 1a4d5f39cb
Revert "Start making sure all changes to the current task are made through the store"
This reverts commit 60ffa462
2020-10-02 18:28:10 +02:00
kolaente 8fa2bd349c
Revert "Make sure to not use the computed property"
This reverts commit d7761732
2020-10-02 18:28:04 +02:00
konrad a49546d4ac Merge branch 'master' into fix/assignees-lost-when-adding-due-date
continuous-integration/drone/pr Build is passing Details
2020-09-29 20:26:22 +00:00
kolaente d7761732e0
Make sure to not use the computed property
continuous-integration/drone/pr Build is passing Details
2020-09-29 22:19:57 +02:00
kolaente 60ffa462a9
Start making sure all changes to the current task are made through the store 2020-09-28 21:35:21 +02:00