Support linking to Project Groups by name

Change-Id: Iad7394671b02b59e229359df6b8297e1652e7c9e
This commit is contained in:
Adam Coldrick 2018-08-31 00:47:22 +01:00
parent a4614afd95
commit 197c2fd161
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: {