stable
Clone or download
Read-only
part of: story #21385 display Program's iterations How to test: - Have project flags set on your project - Go to the plan iteration UI - Focus the empty text state - Take a look at the parent div data attributes --> There is a data-program-flags attribute holding your project flags Change-Id: I6d73dc8ba18a606b0ded90bd91ce8762d312467c
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/program_management/include/Adapter/Program/DisplayPlanIterationsPresenter.php | +43 | −0 | Go to diff View file |
A | plugins/program_management/include/Adapter/Workspace/ProgramFlagsBuilder.php | +50 | −0 | Go to diff View file |
M | plugins/program_management/include/DisplayPlanIterationsController.php | +26 | −12 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/PlannedIterations.php | +58 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Workspace/BuildProgramFlags.php | +31 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Workspace/ProgramFlag.php | +43 | −0 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +18 | −1 | Go to diff View file |
M | plugins/program_management/templates/plan-iterations.mustache | +5 | −1 | Go to diff View file |
A | plugins/program_management/tests/Domain/Program/Backlog/ProgramIncrement/PlannedIterationsTest.php | +40 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/DisplayPlanIterationsPresenterTest.php | +40 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Workspace/ProgramFlagsBuilderTest.php | +52 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/DisplayPlanIterationsControllerTest.php | +58 | −24 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/BuildProgramFlagsStub.php | +52 | −0 | Go to diff View file |