-
- Downloads
Can't choose recently viewed link with the mouse when editing dashboard link card #35037 (#35042)
Closes https://github.com/metabase/metabase/issues/35037 ### Description Ensures that clicking on a search/recents entry only triggers the onClick action, rather than the href/redirect behavior that the issue brings up. _What Changed:_ - Added a new prop `isEnabled` to the InfoTextTableLink component. - Modified the href attribute of a ResultTitle component. ### How to verify - Create a new dashboard A, save it and visit it - Create a new dashboard B and edit it. - Add a link card to it - A dropdown with "Recently viewed" items will appear - Click header of the first entry in it with a mouse ### Checklist - [X] Tests have been added/updated to cover changes in this PR
Showing
- e2e/test/scenarios/dashboard/reproductions/35037-recently-viewed-link-editing-dashboard-link-card.cy.spec.js 69 additions, 0 deletions...cently-viewed-link-editing-dashboard-link-card.cy.spec.js
- e2e/test/scenarios/question/new.cy.spec.js 6 additions, 6 deletionse2e/test/scenarios/question/new.cy.spec.js
- frontend/src/metabase/nav/components/search/RecentsList/RecentsListContent.tsx 1 addition, 1 deletion.../nav/components/search/RecentsList/RecentsListContent.tsx
- frontend/src/metabase/nav/components/search/RecentsList/util.ts 4 additions, 2 deletions...nd/src/metabase/nav/components/search/RecentsList/util.ts
- frontend/src/metabase/search/components/InfoText/InfoText.tsx 11 additions, 200 deletions...tend/src/metabase/search/components/InfoText/InfoText.tsx
- frontend/src/metabase/search/components/InfoText/InfoTextAssetLink.tsx 134 additions, 0 deletions...metabase/search/components/InfoText/InfoTextAssetLink.tsx
- frontend/src/metabase/search/components/InfoText/InfoTextEditedInfo.styled.tsx 0 additions, 0 deletions.../search/components/InfoText/InfoTextEditedInfo.styled.tsx
- frontend/src/metabase/search/components/InfoText/InfoTextEditedInfo.tsx 105 additions, 0 deletions...etabase/search/components/InfoText/InfoTextEditedInfo.tsx
- frontend/src/metabase/search/components/SearchResult/SearchResult.tsx 1 addition, 1 deletion.../metabase/search/components/SearchResult/SearchResult.tsx
- frontend/src/metabase/search/components/SearchResultLink/SearchResultLink.tsx 2 additions, 1 deletion...e/search/components/SearchResultLink/SearchResultLink.tsx
File moved
Please register or sign in to comment