Add section name to issues list.

stable
Andrey Antukh 2014-06-26 22:28:56 +02:00
parent 0d0eb256f6
commit 5173040715
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class IssuesController extends mixOf(taiga.Controller, taiga.PageMixin)
constructor: (@scope, @rootscope, @repo, @confirm, @rs, @params, @q, @location) ->
@scope.sprintId = @params.id
@scope.sectionName = "Issues"
promise = @.loadInitialData()
promise.then null, ->