Fix section name of task detail page

stable
David Barragán Merino 2014-07-29 00:18:46 +02:00
parent 84c15eae24
commit 8ba8553217
1 changed files with 1 additions and 1 deletions

View File

@ -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, ->