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
|
|
@ -33,6 +33,7 @@
|
||||||
- rfe #9134: Pluggable Storage to support Amazon S3 and Cloudfront (Funded by donor.com, coded by Whizman)
|
- rfe #9134: Pluggable Storage to support Amazon S3 and Cloudfront (Funded by donor.com, coded by Whizman)
|
||||||
- Added PayPal paydriver. (Thanks to Paul Wrightson)
|
- Added PayPal paydriver. (Thanks to Paul Wrightson)
|
||||||
- rfe #9908: Inbox: SMS delivery
|
- rfe #9908: Inbox: SMS delivery
|
||||||
|
- rfe #10384: Change the view Groups in this Group area
|
||||||
|
|
||||||
7.7.5
|
7.7.5
|
||||||
- Adding StoryManager.
|
- Adding StoryManager.
|
||||||
|
|
|
||||||
|
|
@ -737,7 +737,8 @@ sub www_manageGroupsInGroup {
|
||||||
-excludeGroups=>\@groups,
|
-excludeGroups=>\@groups,
|
||||||
-label=>$i18n->get(605),
|
-label=>$i18n->get(605),
|
||||||
-size=>5,
|
-size=>5,
|
||||||
-multiple=>1
|
-multiple=>1,
|
||||||
|
-defaultValue=>[],
|
||||||
);
|
);
|
||||||
$f->submit;
|
$f->submit;
|
||||||
my $output = $f->print;
|
my $output = $f->print;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue