stable
Clone or download
Read-only
part of story #22675 replicate program increment changes to mirrored program increments No functional changes, create a program increment still creates its mirror in teams Change-Id: I94e46c554ed4fefcd864b806c064b2b1ba7130a8
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/FieldPermissionsVerifier.php | +62 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/Field.php | +0 | −10 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldFromProgramAndTeamTrackersCollection.php | +3 | −5 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldFromProgramAndTeamTrackersCollectionBuilder.php | +4 | −5 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/VerifyFieldPermissions.php | +39 | −0 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +5 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/RequiredFieldCheckerTest.php | +10 | −6 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/WorkflowCheckerTest.php | +25 | −19 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/TimeboxCreatorCheckerTest.php | +19 | −19 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldCollectionBuilderTest.php | +4 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldFromProgramAndTeamTrackersCollectionTest.php | +41 | −39 | Go to diff View file |
A | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/Fields/FieldPermissionsVerifierTest.php | +95 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/RetrieveUserStub.php | +11 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/VerifyFieldPermissionsStub.php | +61 | −0 | Go to diff View file |