dev

Forked from tuleap/dev

Clone or download

Read-only

Merge commit 'refs/changes/62/1962/7' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: Fix unreleased bug - request #6276: No longer possible to select the parent epic in new modal Change-Id: I52916b51351575929d6bde772d750ab684165616

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Presenter/CreateArtifactInPlacePresenter.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/CreateInPlaceRenderer.class.php +23 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Column_Group.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +45 −18 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +3 −3 Go to diff View file