Fixed motion block permission

This commit is contained in:
Emanuel Schütze 2019-05-07 13:27:42 +02:00
parent 179ef39aca
commit 41c30eb730
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const routes: Routes = [
{
path: 'blocks',
loadChildren: './modules/motion-block/motion-block.module#MotionBlockModule',
data: { basePerm: 'motions.can_manage' }
data: { basePerm: 'motions.can_see' }
},
{
path: 'workflow',