Change full_name for full_name_display in assigned-to column at issues list
parent
76779ae555
commit
c89ef25be3
|
@ -758,7 +758,7 @@ IssueAssignedToInlineEditionDirective = ($repo, $rootscope, popoverService) ->
|
||||||
member = $scope.usersById[issue.assigned_to]
|
member = $scope.usersById[issue.assigned_to]
|
||||||
if member
|
if member
|
||||||
ctx.imgurl = member.photo
|
ctx.imgurl = member.photo
|
||||||
ctx.name = member.full_name
|
ctx.name = member.full_name_display
|
||||||
|
|
||||||
$el.find(".avatar").html(template(ctx))
|
$el.find(".avatar").html(template(ctx))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue