Merge pull request #4664 from emanuelschuetze/motionBlockPermission
Fixed motion block permission
This commit is contained in:
commit
17dbcca757
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user