fix admin roles menu selection

stable
Juanfran 2015-05-26 13:04:20 +02:00
parent d4cef66379
commit 9525f66d8d
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ configure = ($routeProvider, $locationProvider, $httpProvider, $provide, $tgEven
$routeProvider.when("/project/:pslug/admin/roles", $routeProvider.when("/project/:pslug/admin/roles",
{ {
templateUrl: "admin/admin-roles.html", templateUrl: "admin/admin-roles.html",
section: "backlog-kanban" section: "admin"
} }
) )