stable

Clone or download

Read-only

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

* ssh://gerrit.tuleap.net:29418/tuleap: request #27171 Clear default values when form element is changed from a multiple list to a simple list Change-Id: I9d7ae07b40f5255d1268245818b64469ce439c92

Modified Files

Name
A plugins/tracker/include/Tracker/FormElement/FormElementTypeCannotBeChangedException.php +33 −0 Go to diff View file
R plugins/tracker/include/Tracker/FormElement/FormElementTypeUpdater.php Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.php +5 −16 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.php +5 −19 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.php +33 −1 Go to diff View file
D plugins/tracker/tests/unit/Tracker/FormElement/FormElementTypeUpdaterTest.php +0 −172 Go to diff View file
A plugins/tracker/tests/unit/Tracker/FormElement/ListFormElementTypeUpdaterTest.php +295 −0 Go to diff View file