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