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

:sparkles: feat(developers) Add archiveActive debug information to types

issue #6075
Showing with 1 addition and 1 deletion
+1 -1
......@@ -86,7 +86,7 @@ class debugHelp extends simplePlugin
'attrs' => [],
'subnodes' => []
];
foreach (['description','aclCategory','ou','mainAttr','nameAttr','filter','filterRDN','tabClass','tabGroup','mainTab','management','templateActive','snapshotActive'] as $key) {
foreach (['description','aclCategory','ou','mainAttr','nameAttr','filter','filterRDN','tabClass','tabGroup','mainTab','management','templateActive','snapshotActive','archiveActive'] as $key) {
if (isset($infos[$key])) {
$node['attrs'][$key] = var_export($infos[$key], TRUE);
}
......
  • 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: Remove this unused "$fields" local variable. :blue_book:
    2. :warning: Remove this unused "$uniquefields" 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