From 41c30eb730f403fc0d577230f63d2bdf199abe94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Tue, 7 May 2019 13:27:42 +0200 Subject: [PATCH] Fixed motion block permission --- client/src/app/site/motions/motions-routing.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/site/motions/motions-routing.module.ts b/client/src/app/site/motions/motions-routing.module.ts index 5b79315fd..e883982f7 100644 --- a/client/src/app/site/motions/motions-routing.module.ts +++ b/client/src/app/site/motions/motions-routing.module.ts @@ -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',