Assigned to fixes
parent
7f8376d35f
commit
b7943c1a88
|
@ -304,6 +304,7 @@ AssignedToDirective = ($rootscope, $confirm, $repo, $loading, $qqueue, $template
|
|||
isUnassigned: isUnassigned
|
||||
isEditable: isEditable()
|
||||
isIocaine: isIocaine
|
||||
fullNameVisible: !(isUnassigned && !$currentUserService.isAuthenticated())
|
||||
}
|
||||
html = $compile(template(ctx))($scope)
|
||||
$el.html(html)
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
class!="user-assigned <% if (isEditable) { %>editable<% }; %>"
|
||||
)
|
||||
span.assigned-name
|
||||
<% if (isEditable && isUnassigned) { %>
|
||||
<% if (fullNameVisible) { %>
|
||||
<%- fullName %>
|
||||
<% }; %>
|
||||
<% if (isEditable && !isUnassigned) { %>
|
||||
|
|
Loading…
Reference in New Issue