dev

Forked from tuleap/dev

Clone or download

Read-only

Merge commit 'refs/changes/26/3026/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: Fix request #7455: Default values are not submitted a new artifact with SOAP Web behaviour: if user can submit fields with default value but leaves them blank/ null, the fields are not set to default value. SOAP and REST: if user can submit fields with default values, the fields are set default values except if it is explicitely declared in SOAP call. Change-Id: I1fd16f46af18b1ef78f292ca2f53d3be8d8a37ca

Modified Files

Name
M plugins/tracker/include/REST/Artifact/ArtifactCreator.class.php +4 −4 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactValidator.class.php +5 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php +5 −3 Go to diff View file
M plugins/tracker/include/Tracker/SOAPServer.class.php +2 −0 Go to diff View file
M tests/rest/ArtifactFilesTest.php +1 −1 Go to diff View file