Fixed motion block permission
This commit is contained in:
parent
179ef39aca
commit
41c30eb730
@ -35,7 +35,7 @@ const routes: Routes = [
|
|||||||
{
|
{
|
||||||
path: 'blocks',
|
path: 'blocks',
|
||||||
loadChildren: './modules/motion-block/motion-block.module#MotionBlockModule',
|
loadChildren: './modules/motion-block/motion-block.module#MotionBlockModule',
|
||||||
data: { basePerm: 'motions.can_manage' }
|
data: { basePerm: 'motions.can_see' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'workflow',
|
path: 'workflow',
|
||||||
|
Loading…
Reference in New Issue
Block a user