dev

Forked from tuleap/dev

Clone or download

Read-only

Merge commit 'refs/changes/23/323/4' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master

* ssh://gerrit.tuleap.net:29418/tuleap: Fix bugs #2728 - [SOAP] Problem with the update of an artifact field value of type artifact link. https://tuleap.net/plugins/tracker/?aid=2728

Modified Files

Name
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 +66 −8 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_Field_List.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/SOAPServer.class.php +3 −3 Go to diff View file
M plugins/tracker/tests/Tracker/SOAPServerTest.php +5 −1 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_ArtifactLinkTest.php +148 −6 Go to diff View file
M tools/examples/soap/tracker/update_artifact.php +2 −2 Go to diff View file