fix #285
parent
41c7181893
commit
4b3ea539dd
|
@ -47,7 +47,6 @@ 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()
|
||||
|
|
|
@ -5,7 +5,7 @@ block head
|
|||
|
||||
block content
|
||||
div.wrapper(tg-project-profile, ng-controller="ProjectProfileController as ctrl",
|
||||
ng-init="section='admin'")
|
||||
ng-init="section='admin'; sectionName='Default values'")
|
||||
sidebar.menu-secondary.sidebar(tg-admin-navigation="project-profile")
|
||||
include views/modules/admin-menu
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ block head
|
|||
|
||||
block content
|
||||
div.wrapper(tg-project-features, ng-controller="ProjectProfileController as ctrl",
|
||||
ng-init="section='admin'")
|
||||
ng-init="section='admin'; sectionName='Features'")
|
||||
sidebar.menu-secondary.sidebar(tg-admin-navigation="project-profile")
|
||||
include views/modules/admin-menu
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ block head
|
|||
|
||||
block content
|
||||
div.wrapper(tg-project-profile, ng-controller="ProjectProfileController as ctrl",
|
||||
ng-init="section='admin'")
|
||||
ng-init="section='admin'; sectionName='Project details'")
|
||||
sidebar.menu-secondary.sidebar(tg-admin-navigation="project-profile")
|
||||
include views/modules/admin-menu
|
||||
|
||||
|
|
Loading…
Reference in New Issue