Fix section name of issue detail page

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

View File

@ -48,7 +48,7 @@ class IssueDetailController extends mixOf(taiga.Controller, taiga.PageMixin)
constructor: (@scope, @rootscope, @repo, @confirm, @rs, @params, @q, @location) -> constructor: (@scope, @rootscope, @repo, @confirm, @rs, @params, @q, @location) ->
@scope.issueRef = @params.issueref @scope.issueRef = @params.issueref
@scope.sectionName = "Issues" @scope.sectionName = "Issue Details"
promise = @.loadInitialData() promise = @.loadInitialData()
promise.then null, -> promise.then null, ->