Add section name to issues list.
parent
0d0eb256f6
commit
5173040715
|
@ -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, ->
|
||||
|
|
Loading…
Reference in New Issue