stable

Clone or download

Read-only

Add additional scrum admin pane content event

Part of request #10485: Stand up notification configuration should be in scrum section This step is necessary to be able to move the configuration in scrum pane. See https://gerrit.tuleap.net/8740 for usage example in bot mattermost agiledashboard. Change-Id: Ifba4d290b138eaf15efabd3dc14102e3af740f06

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AdminScrumPresenter.class.php +9 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +16 −2 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Event/GetAdditionalScrumAdminPaneContent.php +40 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/templates/admin-scrum.mustache +8 −2 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/AgileDashboardControllerTest.php +7 −3 Go to diff View file
M plugins/agiledashboard/tests/include/ControllerTest.php +4 −1 Go to diff View file