Do not automatically have Everyone group highlighted in Manage Groups in Group.
This commit is contained in:
parent
535621e8b6
commit
90717eee40
2 changed files with 3 additions and 1 deletions
|
|
@ -737,7 +737,8 @@ sub www_manageGroupsInGroup {
|
|||
-excludeGroups=>\@groups,
|
||||
-label=>$i18n->get(605),
|
||||
-size=>5,
|
||||
-multiple=>1
|
||||
-multiple=>1,
|
||||
-defaultValue=>[],
|
||||
);
|
||||
$f->submit;
|
||||
my $output = $f->print;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue