stable
Clone or download
Read-only
part of request #27931 Iterations are not synchronized when Parent is set on creation
User must not be able to choose a parent during artifact creation In program management link is handled automagically letting user choose parent is more confusing than useful Change-Id: Ie1d2de37ebf35fde3e06d8201024b290dde0e503
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Team/PossibleParentSelectorProxy.php | +10 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Team/PossibleParentHandler.php | +7 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Team/PossibleParentSelectorEvent.php | +4 | −0 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +1 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Team/PossibleParentHandlerTest.php | +29 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/PossibleParentsRetriever.php | +4 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/PossibleParentsRetrieverTest.php | +41 | −26 | Go to diff View file |