fix #4584 - hide filter warning with less than 5 users in assign to
parent
dc31a883d0
commit
557c079c11
|
@ -601,7 +601,7 @@ AssignedToLightboxDirective = (lightboxService, lightboxKeyboardNavigationServic
|
|||
ctx = {
|
||||
selected: selected
|
||||
users: _.slice(users, 0, 5)
|
||||
showMore: visibleUsers
|
||||
showMore: users.length > 5
|
||||
}
|
||||
|
||||
html = usersTemplate(ctx)
|
||||
|
|
Loading…
Reference in New Issue