reference type routing fix
This commit is contained in:
parent
db80cb1c34
commit
d30613b061
|
@ -19,7 +19,8 @@ const routes: Routes = [
|
|||
{
|
||||
path: 'new',
|
||||
component: ReferenceTypeEditorComponent,
|
||||
canActivate: [AdminAuthGuard],
|
||||
canActivate: [AuthGuard],
|
||||
canDeactivate: [PendingChangesGuard],
|
||||
data: {
|
||||
authContext: {
|
||||
permissions: [AppPermission.EditReferenceType]
|
||||
|
|
Loading…
Reference in New Issue