stable

Clone or download

Read-only

Create the new backlog admin route

This is part of story #15122 [release management] management of Aggregator projects A new URL has been created to go to the aggregator read only top planning page. If you are in the aggregator project and click to the edit button of the top planning, you display this new page. This page content is for now empty, only the breadcrumb is displayed. Change-Id: Iaf0d93a4e2e86e92d4bad8a81ae8f717eb62cebe

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Scrum/ScrumPresenterBuilder.php +12 −8 Go to diff View file
A plugins/agiledashboard/include/Planning/Admin/PlanningEditURLEvent.php +83 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningAdminPresenter.class.php +30 −8 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningOutOfHierarchyAdminPresenter.class.php +15 −5 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Scrum/ScrumPresenterBuilderTest.php +27 −12 Go to diff View file
A plugins/multi_project_backlog/include/Aggregator/AggregatorDao.php +37 −0 Go to diff View file
A plugins/multi_project_backlog/include/Aggregator/ReadOnlyAggregatorAdminURLBuilder.php +69 −0 Go to diff View file
A plugins/multi_project_backlog/include/Aggregator/ReadOnlyAggregatorAdminViewController.php +156 −0 Go to diff View file
M plugins/multi_project_backlog/include/multi_project_backlogPlugin.php +61 −0 Go to diff View file
M plugins/multi_project_backlog/site-content/fr_FR/LC_MESSAGES/tuleap-multi_project_backlog.po +24 −0 Go to diff View file
A plugins/multi_project_backlog/tests/unit/Aggregator/ReadOnlyAggregatorAdminURLBuilderTest.php +136 −0 Go to diff View file
A plugins/multi_project_backlog/tests/unit/Aggregator/ReadOnlyAggregatorAdminViewControllerTest.php +409 −0 Go to diff View file