We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d924463 commit 168b709Copy full SHA for 168b709
administrator/components/com_workflow/src/Dispatcher/Dispatcher.php
@@ -38,7 +38,7 @@ protected function checkAccess()
38
$parts = explode('.', $extension);
39
40
// Allow access to the 'graph' view for all users with access
41
- if ($this->app->isClient('administrator') && $view === 'graph' && $layout === 'modal') {
+ if ($this->app->isClient('administrator') && $view === 'graph' && $layout === 'modal') {
42
return;
43
}
44
0 commit comments