Commit b761bea3 authored by Benoit Mortier's avatar Benoit Mortier
Browse files

Fixes: #1438 board plugin must go in addons

Showing with 3 additions and 3 deletions
+3 -3
......@@ -30,7 +30,7 @@
a look at the FusionDirectory.conf(5) manual page.
-->
<menu>
<!-- Section to enable administrative services -->
<section name="Administration">
<plugin acl="department" class="departmentManagement" />
......@@ -54,11 +54,11 @@
<plugin acl="sudo" class="sudoManagement" />
<plugin acl="recovery" class="recoveryConfig" />
<plugin acl="supannStructures" class="supannStructuresManagement" />
<plugin acl="board" class="board" />
</section>
<!-- Section to enable addon plugins -->
<section name="Addons">
<plugin acl="board" class="board" />
<plugin acl="server/rSyslogServer" class="rsyslog" />
<plugin acl="addressbook" class="addressbook" />
<!-- <plugin acl="mailqueue" class="mailqueue" /> -->
......@@ -67,7 +67,7 @@
<plugin acl="gotomasses" class="gotomasses" />
<plugin acl="ldapmanager" class="ldif" />
</section>
<!-- Section to enable quick self service shortcuts for the logged in user -->
<section name="My account">
<plugin acl="users/user:self" class="user" />
......
  • bmortier @bmortier

    mentioned in issue #527

    By gdivito on 2017-09-02T14:49:54 (imported from GitLab)

    ·

    mentioned in issue #527

    By gdivito on 2017-09-02T14:49:54 (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