stable
Clone or download
Read-only
story #7857 - Display Ugroup reference in modal
- Add an ugroup_reference attribute to all values of lists (sb, msb, cb, rb) that are bound to user groups in the REST API. - Use ugroup_reference instead of label for lists' values if it exists in the artifact modal. Change-Id: Icf842d62baa193b227605713a47a5f5939ca614b
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 |