stable
Clone or download
Read-only
part of: story #21385 display Program's iterations How to test: - Go to the plan iteration UI - Focus the empty text state - Take a look at the parent div data attributes --> There is a data-is-user-admin attribute Change-Id: I1a725d0654c8ff8f251f0e7ea36854489545afc4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/DisplayPlanIterationsPresenter.php | +4 | −2 | Go to diff View file |
A | plugins/program_management/include/Adapter/Workspace/ProgramUserPrivilegesRetriever.php | +41 | −0 | Go to diff View file |
M | plugins/program_management/include/DisplayPlanIterationsController.php | +4 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/PlannedIterations.php | +11 | −2 | Go to diff View file |
A | plugins/program_management/include/Domain/Workspace/RetrieveProgramUserPrivileges.php | +28 | −0 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +3 | −1 | Go to diff View file |
M | plugins/program_management/templates/plan-iterations.mustache | +1 | −0 | Go to diff View file |
M | plugins/program_management/tests/Domain/Program/Backlog/ProgramIncrement/PlannedIterationsTest.php | +3 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/DisplayPlanIterationsPresenterTest.php | +4 | −1 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Workspace/ProgramUserPrivilegesRetrieverTest.php | +56 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/DisplayPlanIterationsControllerTest.php | +3 | −1 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/RetrieveProgramUserPrivilegesStub.php | +44 | −0 | Go to diff View file |