stable

Clone or download

Read-only

Add milestone breadcrumb actions (Cardwall, Overview, etc.)

Part of story #11189 have a smart bread crumb How to test: The tab-list with links to Overview, Planning, etc. is removed. Milestone-related pages now have a dropdown breadcrumb with links to (where applicable): - Overview - Planning - Card Wall - FRS Release - Test Management Campaign - Artifact Change-Id: I2596ec72398c674174c470d4b5ec384c6f67a9aa

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/BreadCrumbDropdown/MilestoneCrumbBuilder.php +52 −12 Go to diff View file
D plugins/agiledashboard/include/AgileDashboard/DefaultPaneInfo.class.php +0 −35 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Details/DetailsPaneInfo.php +7 −2 Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/PaneInfo.class.php Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Pane.class.php +7 −5 Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2PaneInfo.class.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/PresenterData.class.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/TopPlanning/TopPlanningV2PaneInfo.class.php Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Pane.class.php +11 −11 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/PaneInfoFactory.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/PaneInfoIdentifier.class.php +9 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneController.class.php +6 −4 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestonePaneFactory.class.php +14 −12 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestonePresenter.class.php +13 −12 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestonePaneFactory.class.php +11 −6 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/autoload.php +6 −7 Go to diff View file
R plugins/cardwall/include/PaneInfo.class.php Go to diff View file
M plugins/cardwall/include/Pane.class.php +3 −2 Go to diff View file
M plugins/cardwall/include/autoload.php +3 −3 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.class.php +8 −6 Go to diff View file
M plugins/frs/include/FRS/AgileDashboardPaneInfo.php +10 −6 Go to diff View file