stable

Clone or download

Read-only

feat: Do not display promoted kanban's tracker in sidebar

If a kanban is promoted, and its tracker is also promoted, then the tracker is not displayed in the sidebar so that the main entry to the tracker is the kanban (higher level view than artifact/tracker view). Part of story #34008: See promoted Kanban in sidebar Change-Id: Ic3483f54d6c149c1c21d881034e566759881fa5a

Modified Files

Name
M plugins/kanban/include/kanbanPlugin.php +15 −0 Go to diff View file
M plugins/tracker/include/ServiceTracker.class.php +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/Service/SidebarPromotedTrackerRetriever.php +14 −8 Go to diff View file
A plugins/tracker/include/Tracker/Service/TrackerCanBePromotedInSidebar.php +44 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Service/SidebarPromotedTrackerRetrieverTest.php +32 −0 Go to diff View file