Commit c9728f61 authored by jago's avatar jago

- Now showing group assignments with full group name

parent 41087929
Pipeline #609 failed with stages
......@@ -136,7 +136,7 @@ Ext.define('PO.view.field.POTaskAssignment', {
result = result + userModel.get('first_names').substr(0,1) + userModel.get('last_name').substr(0,1);
}
if (null != groupModel) {
result = result + groupModel.get('group_name').substr(0,2);
result = result + groupModel.get('group_name');
}
}
if (100 != assignee.percent) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment