fix kanban translation exception
parent
9525f66d8d
commit
7f34f6e0bf
|
@ -61,11 +61,12 @@ class KanbanController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.Fi
|
|||
"$appTitle",
|
||||
"$tgNavUrls",
|
||||
"$tgEvents",
|
||||
"$tgAnalytics"
|
||||
"$tgAnalytics",
|
||||
"$translate"
|
||||
]
|
||||
|
||||
constructor: (@scope, @rootscope, @repo, @confirm, @rs, @params, @q, @location,
|
||||
@appTitle, @navUrls, @events, @analytics) ->
|
||||
@appTitle, @navUrls, @events, @analytics, @translate) ->
|
||||
|
||||
bindMethods(@)
|
||||
|
||||
|
|
Loading…
Reference in New Issue