fix assigned to change on issues list

stable
Juanfran 2016-01-21 10:56:41 +01:00
parent 934bb6e7ad
commit 339cf5c7bf
1 changed files with 1 additions and 1 deletions

View File

@ -791,7 +791,7 @@ IssueAssignedToInlineEditionDirective = ($repo, $rootscope, $translate) ->
imgurl: "/#{window._version}/images/unnamed.png"
}
member = issue.assigned_to_extra_info
member = $scope.usersById[issue.assigned_to]
if member
ctx.name = member.full_name_display
ctx.imgurl = member.photo