Commit 9e50db68 authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes #3608 Added configInLdap as manager of configuration objects

Showing with 1 addition and 0 deletions
+1 -0
...@@ -63,6 +63,7 @@ class configInLdap extends simplePlugin ...@@ -63,6 +63,7 @@ class configInLdap extends simplePlugin
"icon" => "geticon.php?context=categories&icon=settings&size=16", "icon" => "geticon.php?context=categories&icon=settings&size=16",
)), )),
"plSection" => array("conf" => array("name" => _("Configuration"), "priority" => 20)), "plSection" => array("conf" => array("name" => _("Configuration"), "priority" => 20)),
'plManages' => array('configuration'),
"plPriority" => 0, "plPriority" => 0,
"plProvidedAcls" => parent::generatePlProvidedAcls(self::getAttributesInfo()) "plProvidedAcls" => parent::generatePlProvidedAcls(self::getAttributesInfo())
......
  • bmortier @bmortier

    mentioned in issue #1204 (closed)

    By bmortier on 2017-09-02T15:17:57 (imported from GitLab)

    ·

    mentioned in issue #1204 (closed)

    By bmortier on 2017-09-02T15:17:57 (imported from GitLab)

    Toggle commit list
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