Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WEB-486] fix: In archived issues, Ctrl + click is redirecting to /issues/[issue-id] route instead of /archived-issues/[issue-id] resulting in infinite loading. #3738

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

prateekshourya29
Copy link
Collaborator

Problem

This PR addresses the bug in archived issue, where Ctrl + click is redirection to /issues/[issue-id] route instead of /archived-issues/[issue-id] which results in a infinite loading page.

Solution

Changed the route conditionally based on issue.archived_at value. This is only done for List and Kanban layout as these are the only layouts available in archived issue page.

This PR is linked to WEB-486

…ssues/[issue-id]` route instead of `/archived-issues/[issue-id]` resulting in infinite loading.
@sriramveeraghanta sriramveeraghanta merged commit efadc72 into develop Feb 21, 2024
7 of 9 checks passed
@sriramveeraghanta sriramveeraghanta deleted the fix/archived-issue-detail-redirect branch February 21, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working 🌐frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants