Commit 6c4d0f6d authored by Côme Chilliet's avatar Côme Chilliet Committed by Benoit Mortier
Browse files

Fixes #5657 Show filter for groups of groups in groups management

Showing with 1 addition and 0 deletions
+1 -0
...@@ -318,6 +318,7 @@ class groupManagement extends simpleManagement ...@@ -318,6 +318,7 @@ class groupManagement extends simpleManagement
array('id' => 'USER', 'label' => _('Show user groups')), array('id' => 'USER', 'label' => _('Show user groups')),
array('id' => 'ROLE', 'label' => _('Show organizational roles')), array('id' => 'ROLE', 'label' => _('Show organizational roles')),
array('id' => 'APPLICATION', 'label' => _('Show application groups')), array('id' => 'APPLICATION', 'label' => _('Show application groups')),
array('id' => 'GROUP', 'label' => _('Show groups of groups')),
array('id' => 'UNKNOWN', 'label' => _('Show unidentified groups')), array('id' => 'UNKNOWN', 'label' => _('Show unidentified groups')),
); );
if (class_available('posixGroup')) { if (class_available('posixGroup')) {
......
  • bmortier @bmortier

    mentioned in issue #1794

    By daveconroy on 2017-09-02T15:38:23 (imported from GitLab)

    ·

    mentioned in issue #1794

    By daveconroy on 2017-09-02T15:38:23 (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