Fix section name of task detail page
parent
84c15eae24
commit
8ba8553217
|
@ -44,7 +44,7 @@ class TaskDetailController extends mixOf(taiga.Controller, taiga.PageMixin)
|
|||
|
||||
constructor: (@scope, @rootscope, @repo, @confirm, @rs, @params, @q, @location) ->
|
||||
@scope.taskRef = @params.taskref
|
||||
@scope.sectionName = "Backlog"
|
||||
@scope.sectionName = "Task Details"
|
||||
|
||||
promise = @.loadInitialData()
|
||||
promise.then null, ->
|
||||
|
|
Loading…
Reference in New Issue