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

:ambulance: fix(systems) Declare services as subtabs of servicesManagement

This will allow to find ACL for services attributes through
 userinfo::getAttributeCategory

issue #5949
Showing with 1 addition and 0 deletions
+1 -0
...@@ -63,6 +63,7 @@ class ServerService extends simpleManagement ...@@ -63,6 +63,7 @@ class ServerService extends simpleManagement
'plSelfModify' => FALSE, 'plSelfModify' => FALSE,
'plObjectType' => array('server'), 'plObjectType' => array('server'),
'plPrority' => 5, 'plPrority' => 5,
'plSubTabs' => 'SERVERSERVICE',
'plProvidedAcls' => array() 'plProvidedAcls' => array()
); );
......
  • SonarQube analysis reported 2 issues

    • :warning: 2 major

    Note: The following issues were found on lines that were not modified in the commit. Because these issues can't be reported as line comments, they are summarized here:

    1. :warning: This function "getUserValues" has 211 lines, which is greater than the 150 lines authorized. Split it into smaller functions. :blue_book:
    2. :warning: Remove this unused "$class" local variable. :blue_book:
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