stable
Clone or download
Read-only
Merge commit 'refs/changes/60/16560/9' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: Last part of request #14007 tracker fields list bound to custom user groups does not take user status in account Change-Id: I3569078bcfbae63cbf9e3ecf91d45ca5df80436b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/FormElement/Field/ListFields/Bind/BindListUserValueGetter.php | +58 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php | +5 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Null.class.php | +8 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php | +8 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.class.php | +8 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php | +29 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Field/ListFields/Bind/BindListUserValueGetterTest.php | +55 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_List_BindTest.php | +5 | −0 | Go to diff View file |