stable

Clone or download

Read-only

request #8062: On a card in kanban & planning view, display user with link and avatar

Change-Id: Ie02ca8feb13a531c075780401a93a1c32e47ed66

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +2 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-item/card-fields-service.js +25 −8 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.tpl.html +4 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.less +11 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.js +2 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details.tpl.html +4 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item.less +11 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/card-fields-service.js +25 −8 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_List.class.php +1 −16 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticValue.class.php +19 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValue.class.php +14 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Value.class.php +6 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedBy.class.php +4 −1 Go to diff View file