Merge "Support linking to Project Groups by name"

This commit is contained in:
Zuul 2018-09-09 17:25:52 +00:00 committed by Gerrit Code Review
commit c08adf1e2f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ angular.module('sb.project_group',
controller: 'ProjectGroupListController'
})
.state('sb.project_group.detail', {
url: '/{id:[0-9]+}',
url: '/{id:any}',
templateUrl: 'app/project_group/template/detail.html',
controller: 'ProjectGroupDetailController',
resolve: {