stable
Clone or download
Read-only
part of request #24996 Plan iterations link leads to nowhere No functional change expected. IterationTrackerIdentifier is stricter than TrackerReference (which could be any tracker). Change-Id: I7ca85df5f3a115baffaa3a52dfbc7ecde4995f34
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Admin/TimeboxTrackerConfiguration/PotentialTimeboxTrackerConfigurationPresenterCollection.php | +2 | −1 | Go to diff View file |
M | plugins/program_management/include/Adapter/Workspace/Tracker/TrackerReferenceProxy.php | +8 | −0 | Go to diff View file |
M | plugins/program_management/include/DisplayAdminProgramManagementController.php | +17 | −3 | Go to diff View file |
M | plugins/program_management/include/DisplayPlanIterationsController.php | +3 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/IterationTracker/IterationLabels.php | +7 | −12 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/IterationTracker/IterationTrackerIdentifier.php | +19 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrementTracker/ProgramIncrementTrackerConfiguration.php | +7 | −2 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +3 | −3 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Workspace/Tracker/TrackerReferenceProxyTest.php | +85 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Builder/IterationTrackerIdentifierBuilder.php | +40 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Builder/IterationsLabelsBuilder.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/DisplayAdminProgramManagementControllerTest.php | +19 | −3 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Admin/TimeboxTrackerConfiguration/PotentialTimeboxTrackerConfigurationPresenterCollectionTest.php | +32 | −20 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/IterationTracker/IterationLabelsTest.php | +26 | −22 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/IterationTracker/IterationTrackerIdentifierTest.php | +45 | −15 | Go to diff View file |