stable
Clone or download
Read-only
part of story #20111 change features priority No functional changes. The REST route was leaking logic coming from Tracker, this must be done in adapter domain. Change-Id: I1045f2a30cb9689a0eb946a5184f58cc82e5a5d3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionProcessor.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ProcessTopBacklogChange.php | +26 | −3 | Go to diff View file |
R | plugins/program_management/include/REST/v1/Rank/FeaturesRankOrderer.php | Go to diff View file | ||
M | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostAction.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Program/Backlog/TopBacklog/TopBacklogChange.php | +9 | −1 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProjectResource.php | +4 | −7 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +3 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionProcessorTest.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ProcessTopBacklogChangeTest.php | +48 | −5 | Go to diff View file |
R | plugins/program_management/tests/unit/REST/v1/Rank/FeaturesRankOrdererTest.php | Go to diff View file | ||
M | plugins/program_management/tests/unit/Program/Backlog/TopBacklog/TopBacklogUpdaterTest.php | +1 | −1 | Go to diff View file |