stable

Clone or download

Read-only

feat: Display tooltip for Backlog

Backlog has now an icon explaining that only the last 5 milestones are displayed. This icon is not displayed if milestones are not displayed in sidebar. Part of story #35104: Milestones below Backlog Change-Id: Iaa3d788ee3fe37c196890e9919b878483e9040a4

Modified Files

Name
M lib/frontend/project-sidebar-internal/src/Styles/_sidebar-project.scss +5 −0 Go to diff View file
M lib/frontend/project-sidebar-internal/src/Tools/ToolPresenter.vue +10 −0 Go to diff View file
M lib/frontend/project-sidebar-internal/src/configuration.ts +1 −0 Go to diff View file
M lib/frontend/project-sidebar-internal/src/project-sidebar-example-config.ts +1 −0 Go to diff View file
M lib/frontend/project-sidebar/CHANGELOG.md +1 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardService.php +12 −0 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 src/common/Layout/SidebarServicePresenter.php +3 −0 Go to diff View file
M src/common/Project/Service.class.php +5 −0 Go to diff View file