diff options
Diffstat (limited to 'apps/workflowengine/lib/Settings/Personal.php')
-rw-r--r-- | apps/workflowengine/lib/Settings/Personal.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/workflowengine/lib/Settings/Personal.php b/apps/workflowengine/lib/Settings/Personal.php index 9c23a250355..30f52073a1c 100644 --- a/apps/workflowengine/lib/Settings/Personal.php +++ b/apps/workflowengine/lib/Settings/Personal.php @@ -31,4 +31,8 @@ class Personal extends ASettings { function getScope(): int { return IManager::SCOPE_USER; } + + public function getSection() { + return $this->manager->isUserScopeEnabled() ? 'workflow' : null; + } } |