Fixed issue #1107 - Ticket bulk user assignment only assigns user to first ticket.
This commit is contained in:
parent
6da0181e2a
commit
e7eab89bce
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ class App.TicketOverview extends App.Controller
|
||||||
if @batchCountIndex == @batchCount
|
if @batchCountIndex == @batchCount
|
||||||
App.Event.trigger('overview:fetch')
|
App.Event.trigger('overview:fetch')
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
if action is 'group_assign'
|
if action is 'group_assign'
|
||||||
@batchCount = items.length
|
@batchCount = items.length
|
||||||
|
|
Loading…
Reference in a new issue