Change full_name for full_name_display in assigned-to column at issues list

stable
David Barragán Merino 2014-09-02 13:16:53 +02:00
parent 76779ae555
commit c89ef25be3
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ IssueAssignedToInlineEditionDirective = ($repo, $rootscope, popoverService) ->
member = $scope.usersById[issue.assigned_to]
if member
ctx.imgurl = member.photo
ctx.name = member.full_name
ctx.name = member.full_name_display
$el.find(".avatar").html(template(ctx))