stable

Clone or download

Read-only

Merge commit 'refs/changes/04/4104/8' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master

* ssh://gerrit.tuleap.net:29418/tuleap: story #7857 - Display Ugroup reference in modal Change-Id: I42ae79b7b572ede71a2a007cd1895243461ddf5c

Modified Files

Name
M plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-model-factory.js +17 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-model-factory.spec.js +24 −0 Go to diff View file
A plugins/tracker/include/REST/FieldListBindUGroupValueRepresentation.class.php +49 −0 Go to diff View file
M plugins/tracker/include/REST/FieldRepresentation.class.php +2 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.class.php +6 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php +0 −8 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +9 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php +19 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.class.php +12 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UgroupsValue.class.php +5 −1 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M src/common/project/REST/UserGroupRepresentation.class.php +0 −1 Go to diff View file