stable

Clone or download

Read-only

Merge commit 'refs/changes/41/4641/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #8428 'Select Parent' in V2 Modal displays all artifacts Open/Closed

Modified Files

Name
A plugins/tracker/include/REST/Artifact/ParentArtifactReference.php +37 −0 Go to diff View file
M plugins/tracker/include/REST/v1/TrackersResource.class.php +107 −20 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +4 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php +21 −0 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PossibleParentsRetriever.php +62 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +30 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +2 −22 Go to diff View file
M plugins/tracker/include/autoload.php +4 −2 Go to diff View file
M tests/rest/TrackersTest.php +20 −1 Go to diff View file