Skip to content

fixed linked card swimlane routing#6179

Merged
xet7 merged 1 commit intowekan:mainfrom
KhaoulaMaleh:fix/linked-card-swimlane-routing
Mar 10, 2026
Merged

fixed linked card swimlane routing#6179
xet7 merged 1 commit intowekan:mainfrom
KhaoulaMaleh:fix/linked-card-swimlane-routing

Conversation

@KhaoulaMaleh
Copy link
Contributor

Summary

Fixes an issue where clicking a linked card (or subtask) navigates to the
swimlane overview instead of directly opening the card detail view on boards
with swimlanes.

Root Cause

FlowRouter.go/url/path('card', {...}) was called without swimlaneId and
listId in several places. Without these params, the router could not match
the card detail route on swimlane boards and fell back to the swimlane overview.

After Fix

Clicking a linked card, subtask, or any generated card link opens the card
detail view directly, regardless of whether the board uses swimlanes.

Related

Fixes #6176

@xet7 xet7 merged commit f1552ec into wekan:main Mar 10, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Version 8.04: Linked card navigation fails to open card details – shows swimlane page instead

2 participants