dev

Forked from tuleap/dev

Clone or download

Read-only

Fix bugs #2728 - [SOAP] Problem with the update of an artifact field value of type artifact link.

https://tuleap.net/plugins/tracker/?aid=2728 Change-Id: I552b9c2ccb997e41b4be33a7e63ccbfdb83c6597

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