stable
Clone or download
Read-only
In SwitchTo modal, now recent items have an icon, displayed in the style of the visibility icon of the projects. A change is made for milestones and campaigns entries: * Icon is not anymore the artifact ones * XRef badge is not anymore displayed * Entry link targets the milestone overview or the campaign view * Access to the corresponding artifact is moved as a quick link Part of story #26771 Index artifact fields (REST + Switch to) on updated artifacts only Change-Id: I06f1307702b86802e15a68c630d00b5809892ac8
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/frontend/tlp-swatch-colors/themes/_swatch-colors.scss | +33 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +23 | −5 | Go to diff View file |
M | plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po | +3 | −0 | Go to diff View file |
M | plugins/agiledashboard/site-content/pt_BR/LC_MESSAGES/tuleap-agiledashboard.po | +3 | −0 | Go to diff View file |
M | plugins/testmanagement/include/testmanagementPlugin.php | +10 | −7 | Go to diff View file |
M | plugins/testmanagement/site-content/fr_FR/LC_MESSAGES/tuleap-testmanagement.po | +4 | −4 | Go to diff View file |
M | plugins/testmanagement/site-content/pt_BR/LC_MESSAGES/tuleap-testmanagement.po | +1 | −1 | Go to diff View file |
A | plugins/tracker/include/Tracker/Artifact/RecentlyVisited/HistoryLinksCollection.php | +106 | −0 | Go to diff View file |
D | plugins/tracker/include/Tracker/Artifact/RecentlyVisited/HistoryQuickLinkCollection.php | +0 | −70 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/RecentlyVisited/VisitRetriever.php | +5 | −5 | Go to diff View file |
M | src/common/User/History/HistoryEntry.php | +2 | −7 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Projects/ListOfProjects.vue | +12 | −2 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/RecentItems/ListOfRecentItems.vue | +13 | −3 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/RecentItems/RecentItemsEntry.test.ts | +2 | −0 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/RecentItems/RecentItemsEntry.vue | +13 | −9 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/RecentItems/__snapshots__/RecentItemsEntry.test.ts.snap | +33 | −12 | Go to diff View file |
M | src/scripts/switch-to/src/type.ts | +1 | −1 | Go to diff View file |
M | src/themes/common/css/utils/_switch-to.scss | +44 | −10 | Go to diff View file |
M | src/themes/tlp/src/scss/components/_badges.scss | +2 | −14 | Go to diff View file |