stable
Clone or download
Read-only
request #9034: FormElement binded to a user group should only verify at import time if the user exist in the platform
Change-Id: I6237284cf855fc0c5e5adc4a8e2318cc120a1f7e
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 |