Skip to content

Commit

Permalink
Fixed issue zammad#1107 - Ticket bulk user assignment only assigns us…
Browse files Browse the repository at this point in the history
…er to first ticket.
  • Loading branch information
jepf committed Sep 6, 2017
1 parent 6da0181 commit e7eab89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class App.TicketOverview extends App.Controller
if @batchCountIndex == @batchCount
App.Event.trigger('overview:fetch')
)
return
return

if action is 'group_assign'
@batchCount = items.length
Expand Down

0 comments on commit e7eab89

Please sign in to comment.