stable
Clone or download
Read-only
request #25699 Allow parents from tracker hierarchy in program mamangement context
In the Parent selector of an artifact, parents from tracker hierarchy are not in the selector if there are parents from program project. This patch allow both. Change-Id: I0d0d69e13b116410a1aa864a46001b3580dde00f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Team/PossibleParentSelectorProxy.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/PaginatedArtifacts.class.php | +8 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/PossibleParentSelector.php | +5 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/PossibleParentsRetriever.php | +14 | −14 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/PossibleParentsRetrieverTest.php | +56 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/PossibleParentSelectorRendererTest.php | +2 | −2 | Go to diff View file |