Add section name

stable
David Barragán Merino 2014-07-22 21:14:02 +02:00
parent fd7733dfd7
commit a8c0d38a7b
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ class ProjectProfileController extends mixOf(taiga.Controller, taiga.PageMixin)
]
constructor: (@scope, @rootscope, @repo, @confirm, @rs, @params, @q, @location) ->
@scope.sectionName = "Project Profile" #i18n
@scope.project = {}
promise = @.loadInitialData()

View File

@ -47,6 +47,7 @@ class ProjectValuesController extends mixOf(taiga.Controller, taiga.PageMixin)
]
constructor: (@scope, @rootscope, @repo, @confirm, @rs, @params, @q, @location) ->
@scope.sectionName = "Project Values" #i18n
@scope.project = {}
promise = @.loadInitialData()