Fix bug #861: Change title of the assigned to div

stable
Jesús Espino 2014-09-05 09:33:37 +02:00
parent b8e3c36b1d
commit 3213d12087
1 changed files with 1 additions and 0 deletions

View File

@ -754,6 +754,7 @@ IssueAssignedToInlineEditionDirective = ($repo, $rootscope, popoverService) ->
ctx.name = member.full_name_display ctx.name = member.full_name_display
$el.find(".avatar").html(template(ctx)) $el.find(".avatar").html(template(ctx))
$el.find(".issue-assignedto").attr('title', ctx.name)
$ctrl = $el.controller() $ctrl = $el.controller()
issue = $scope.$eval($attrs.tgIssueAssignedToInlineEdition) issue = $scope.$eval($attrs.tgIssueAssignedToInlineEdition)