stable

Clone or download

Read-only

Merge commit 'refs/changes/47/22047/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: part of request #13467 Artifact allows empty required text fields when format is HTML and list fields

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_String.php +13 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.php +18 −0 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_InitialChangesetFieldsValidatorTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_NewChangesetFieldsValidatorTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_TextTest.php +39 −2 Go to diff View file
M tests/rest/_fixtures/01-private-member/project.xml +8 −0 Go to diff View file
M tests/rest/lib/ArtifactsTestExecutionHelper.php +12 −2 Go to diff View file
M tests/rest/tests/ArtifactsTest.php +26 −0 Go to diff View file