stable

Clone or download

Read-only

Block 'Add to the top backlog' action of the Agile Dashboard when in a program

Programs needs to have their own "top backlog" since they do not have the same rule than the Agile Dashboard. You might notice the workflow post action is still visible in the administration. The action will be hidden in a upcoming contribution, as it requires to change the way the tracker plugin does this detection. Part of story #18408: plan Features in Program Increment Change-Id: I88c935f137a6a733968ab59c97136b69d103cf4d

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Artifact/AdditionalArtifactActionBuilder.php +14 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Masschange/AdditionalMasschangeActionBuilder.php +17 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Masschange/AdditionalMasschangeActionProcessor.php +14 −1 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +21 −8 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Artifact/AdditionalArtifactActionBuilderTest.php +32 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Masschange/AdditionalMasschangeActionBuilderTest.php +38 −6 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Masschange/AdditionalMasschangeActionProcessorTest.php +40 −1 Go to diff View file