stable

Clone or download

Read-only

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

* ssh://gerrit.tuleap.net:29418/tuleap: request #9034: FormElement binded to a user group should only verify at import time if the user exist in the platform Change-Id: Ifc443a4c995012c8a1741ac96ed5e165858e98f8

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php +8 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php +16 −1 Go to diff View file
A plugins/tracker/include/Tracker/Import/Spotter.php +78 −0 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +6 −0 Go to diff View file
A plugins/tracker/tests/Import/SpotterTest.php +43 −0 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_ListTest.php +7 −16 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_BindTest.php +25 −1 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UsersTest.php +39 −6 Go to diff View file