Merge pull request #4664 from emanuelschuetze/motionBlockPermission

Fixed motion block permission
This commit is contained in:
Emanuel Schütze 2019-05-07 13:54:36 +02:00 committed by GitHub
commit 17dbcca757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',