Skip to content

fix(dashboards): Show hidden dashboards in linked dashboards list#111108

Merged
DominikB2014 merged 2 commits intomasterfrom
dominikbuszowiecki/browse-452-show-hidden-dashboards-in-linked-dashboards-list
Mar 19, 2026
Merged

fix(dashboards): Show hidden dashboards in linked dashboards list#111108
DominikB2014 merged 2 commits intomasterfrom
dominikbuszowiecki/browse-452-show-hidden-dashboards-in-linked-dashboards-list

Conversation

@DominikB2014
Copy link
Copy Markdown
Contributor

@DominikB2014 DominikB2014 commented Mar 19, 2026

Add filter=showHidden query param to the fetchDashboards call in the link-to-dashboard modal so that hidden dashboards appear in the selection list.

Also adds SHOW_HIDDEN to the DashboardFilter enum and updates usePopulateLinkedDashboards to use the enum value instead of a string literal.

Disables the linked dashboard button for the is_starred_transaction field since it is not suitable for drill-down flows.

Refs LINEAR-BROWSE-452

Add filter=showHidden query param to fetchDashboards call in the
link-to-dashboard modal so that hidden dashboards appear in the
selection list. Also adds SHOW_HIDDEN to the DashboardFilter enum
and updates usePopulateLinkedDashboards to use the enum value.

Refs LINEAR-BROWSE-452
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@linear-code
Copy link
Copy Markdown

linear-code bot commented Mar 19, 2026

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 19, 2026
@DominikB2014 DominikB2014 marked this pull request as ready for review March 19, 2026 17:11
@DominikB2014 DominikB2014 requested a review from a team as a code owner March 19, 2026 17:11
The is_starred_transaction field should not show the link-to-dashboard
button since it is a special field not suitable for drill-down flows.
Add a FIELDS_DISABLED_FOR_LINKING constant for easy extension.

Refs LINEAR-BROWSE-452
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@DominikB2014 DominikB2014 merged commit 8b80577 into master Mar 19, 2026
66 checks passed
@DominikB2014 DominikB2014 deleted the dominikbuszowiecki/browse-452-show-hidden-dashboards-in-linked-dashboards-list branch March 19, 2026 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants