WIP: fix: don't try to load a task view with the id of the list #1252

Closed
konrad wants to merge 1 commits from fix/load-task-as-list into main
Owner
No description provided.
konrad added 1 commit 2021-12-26 18:05:45 +00:00
konrad reviewed 2021-12-26 18:06:17 +00:00
@ -527,1 +531,4 @@
return undefined
}
const {id} = this.$route.params
Author
Owner

Maybe a better fix would be to rename the param in the router config to something like taskId?

Maybe a better fix would be to rename the param in the router config to something like `taskId`?

Yes that makes sense. I do actually already the opposite in the modal branch:
I renamed the list id param in listId. E.g. 43c935ca41/src/router/index.ts (L263)

Yes that makes sense. I do actually already the opposite in the modal branch: I renamed the list id param in `listId`. E.g. https://kolaente.dev/dpschen/frontend/src/commit/43c935ca4141de6f85bb22c959b730a4e7d04854/src/router/index.ts#L263
Author
Owner

So this PR will probably get obsolete once we merge the modal one?

So this PR will probably get obsolete once we merge the modal one?

I think so, yes

I think so, yes
Author
Owner

Okay, I'll set this to wip until the other one is merged so we don't accedentially merge this.

Okay, I'll set this to wip until the other one is merged so we don't accedentially merge this.
Member

Hi konrad!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://1252-fixload-task-as-list--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 konrad! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://1252-fixload-task-as-list--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.
konrad changed title from fix: don't try to load a task view with the id of the list to WIP: fix: don't try to load a task view with the id of the list 2022-01-05 16:48:36 +00:00
Member

@konrad I think this can be closed now that the modal branch is merged.

@konrad I think this can be closed now that the modal branch is merged.
Author
Owner

yeah I think so too.

yeah I think so too.
konrad closed this pull request 2022-02-06 15:17:35 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.