Feature/FOUR-18105: STORY Add Collections in Designer Page Assets View by CarliPinell · Pull Request #7275 · ProcessMaker/processmaker
Expand Up
@@ -198,6 +198,13 @@ public function handle(Request $request, Closure $next)
'id' => 'signal',
])->data('order', 5);
}
if ($this->userHasPermission('view-collections')) {
$submenu->add(__('Collections'), [
'route' => 'plugin-collections-index',
'customicon' => 'nav-icon fas fa-database',
'id' => 'collection',
])->data('order', 6);
}
});
Menu::make('sidebar_designer', function ($menu) { Expand Down
Menu::make('sidebar_designer', function ($menu) { Expand Down