Fixed not shown overview count.
This commit is contained in:
parent
ee25ccbd32
commit
4299f3ea4c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class App.TicketZoomOverviewNavigator extends App.Controller
|
|||
|
||||
@html App.view('ticket_zoom/overview_navigator')(
|
||||
title: overview.overview.name
|
||||
total_count: overview.tickets_count
|
||||
total_count: overview.count
|
||||
current_position: current_position
|
||||
next: next
|
||||
previous: previous
|
||||
|
|
Loading…
Reference in a new issue