fix: direct store manipulation in tasks #1534

Merged
konrad merged 1 commits from dpschen/frontend:feature/fix-direct-store-manipulation-in-tasks into main 2022-02-18 19:48:50 +00:00
Member
No description provided.
Member

Hi dpschen!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://1534-featurefix-direct-store-manipulation-in-tasks--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi dpschen! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://1534-featurefix-direct-store-manipulation-in-tasks--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
dpschen requested review from konrad 2022-02-13 15:40:50 +00:00
konrad was assigned by dpschen 2022-02-13 15:40:54 +00:00
konrad reviewed 2022-02-13 22:00:32 +00:00
@ -160,3 +166,1 @@
break
}
}
const assignees = t.task.assignees.filter(({id}) => id === user.id)

Shouldn't this filter out all users who are not the passed user?

Shouldn't this filter out all users who are not the passed user?
Author
Member

Indeed!
Seems like there was a reason why I didn't merge this yet :D
Will fix... (in all places)

Indeed! Seems like there was a reason why I didn't merge this yet :D Will fix... (in all places)
Author
Member

fixed

fixed
dpschen marked this conversation as resolved
konrad reviewed 2022-02-13 22:00:48 +00:00
@ -216,3 +224,1 @@
break
}
}
const labels = t.task.labels.filter(({id}) => id === label.id)

Same here

Same here
Author
Member

fixed

fixed
dpschen marked this conversation as resolved
dpschen force-pushed feature/fix-direct-store-manipulation-in-tasks from a63a94573f to ba477e8a3b 2022-02-13 22:19:56 +00:00 Compare
konrad approved these changes 2022-02-18 19:48:45 +00:00
konrad merged commit c419062e49 into main 2022-02-18 19:48:50 +00:00
konrad deleted branch feature/fix-direct-store-manipulation-in-tasks 2022-02-18 19:48:50 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.