Verified Commit 0c79c13c authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(systems) Adapt servicesManagement to interface changes

issue #5987
Showing with 5 additions and 0 deletions
+5 -0
......@@ -639,6 +639,11 @@ class servicesManagement extends management implements SimpleTab
{
}
public function aclHasPermissions (): bool
{
return FALSE;
}
/*!
* \brief Get the acl permissions for an attribute or the plugin itself
*/
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment