stable
Clone or download
Read-only
This is part of story #20067 move Program out of experimental How to test: - Uncheck "Can submit" in "Status" or "Link" field in Release tracker in your Team project - Go to Program plugin in your Program project Expected results: - There is new debug logs like: "User cannot submit the field #$id ($label) in tracker #$tracker_id" Change-Id: Ic3c6439905e87a536ddaa81f263cc4b6447342ec
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldFromProgramAndTeamTrackersCollection.php | +27 | −0 | Go to diff View file |
M | plugins/program_management/include/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldFromProgramAndTeamTrackersCollectionBuilder.php | +11 | −3 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +2 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/RequiredFieldCheckerTest.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/WorkflowCheckerTest.php | +8 | −8 | Go to diff View file |
M | plugins/program_management/tests/unit/Program/Backlog/CreationCheck/ProgramIncrementArtifactCreatorCheckerTest.php | +4 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldCollectionBuilderTest.php | +3 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldDataFromProgramAndTeamTrackersCollectionTest.php | +14 | −5 | Go to diff View file |