stable

Clone or download

Read-only

feat(plan-iterations): Retrieve program privacy

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-program-privacy attribute holding your project privacy parameters Change-Id: I726415085d0da0ee283d896efd36039db0e6542f

Modified Files

Name
M plugins/program_management/include/Adapter/Program/DisplayPlanIterationsPresenter.php +3 −1 Go to diff View file
A plugins/program_management/include/Adapter/Workspace/ProgramPrivacyBuilder.php +52 −0 Go to diff View file
M plugins/program_management/include/DisplayPlanIterationsController.php +3 −0 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/PlannedIterations.php +13 −6 Go to diff View file
A plugins/program_management/include/Domain/Workspace/BuildProgramPrivacy.php +30 −0 Go to diff View file
A plugins/program_management/include/Domain/Workspace/ProgramPrivacy.php +63 −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 +17 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/DisplayPlanIterationsPresenterTest.php +6 −0 Go to diff View file
A plugins/program_management/tests/unit/Adapter/Workspace/ProgramPrivacyBuilderTest.php +59 −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/BuildProgramPrivacyStub.php +55 −0 Go to diff View file
M tests/lib/Builders/ProjectTestBuilder.php +8 −1 Go to diff View file