Vue 3 Migration issues #1849
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up task from #815 to collect all post-migration issues.
TODOs
Message compilation error: Invalid linked format
but seems to work fine otherwise[Vue Router warn]: Absolute path "/tasks/:id" should have the exact same param named "listId" as its parent "/lists/:listId/list".
and similar for other routesFIXME
s in the relevant placesInvalid prop: type check failed for prop "currentPage". Expected Number with value NaN, got Undefined
when accessing list views - PR: vikunja/frontend#1002This is because of all the
@
s in the translation (see screenshot)[Vue Router warn]: Absolute path "/tasks/:id" should have the exact same param named "listId" as its parent "/lists/:listId/list". and similar for other routes
This should be solved with vikunja/frontend#816 (not yet ready).
@konrad: where was this fixed:
@dpschen very good question.
Shall I remove that tick?
I mean it's not broken anymore (at least as far as I was able to see it?). Just don't remember where it was fixed 😃
Ahh I think I thought it meant the edit pane in the gantt view:
(still don't know how to reference uploaded images here)
I think that's something that affects the sidebar in the task list view as well?
Possible!
Are these resolved?
So far, I think so yes. We'll open separate tasks for new ones.