stable
Clone or download
Read-only
When you click outside of the xref+title on an item (or the project name), but still on the container, then the browser should target the corresponding item (or project). Of course no change if you click directly on the link or on one of the quick links. Part of story #26771: Index artifact fields (REST + Switch to) on updated artifacts only Change-Id: Id5d25b62fd4f68e660f53bbf184322c33de7e633
Modified Files
Name | ||||
---|---|---|---|---|
M | src/scripts/switch-to/src/components/Body/Items/ItemEntry.test.ts | +63 | −0 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Items/ItemEntry.vue | +19 | −1 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Items/RecentItems/ListOfRecentItems.vue | +4 | −1 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Items/SearchResults/SearchResultsList.vue | +4 | −0 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Items/__snapshots__/ItemEntry.test.ts.snap | +6 | −0 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Projects/ListOfProjects.vue | +4 | −1 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Projects/ProjectLink.test.ts | +53 | −0 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Projects/ProjectLink.vue | +21 | −2 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Projects/__snapshots__/ProjectLink.test.ts.snap | +1 | −0 | Go to diff View file |