stable

Clone or download

Read-only

On switch from explicit to magical, remove post actions

This is part of story #14096 have a post action to add "Scrum Top Backlog" flag When switching back from explicit to magical, all the tracker workflow post-action "AddToTopBacklog" will be removed. This behavior is explained in the warning message under the switch button. The name of the post-action, AddToTopBacklog, has not been yet translated in french, so I kept it as is in the feedbacks. Change-Id: If22ac2afe4885c6acee1acfbb909817a1169d40c

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +2 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminScrumPresenter.class.php +7 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/ConfigurationUpdater.php +29 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Scrum/ScrumPresenterBuilder.php +18 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Workflow/AddToTopBacklogPostActionDao.php +29 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +2 −1 Go to diff View file
M plugins/agiledashboard/phpunit/AgileDashboard/ExplicitBacklog/ConfigurationUpdaterTest.php +21 −7 Go to diff View file
M plugins/agiledashboard/phpunit/AgileDashboard/Scrum/ScrumPresenterBuilderTest.php +20 −6 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po +14 −2 Go to diff View file
M plugins/agiledashboard/templates/admin-scrum.mustache +11 −4 Go to diff View file