Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sympa
sympa
Commits
05e8ce85
Unverified
Commit
05e8ce85
authored
Jan 31, 2019
by
IKEDA Soji
Committed by
GitHub
Jan 31, 2019
Browse files
Merge pull request #543 from ikedas/wwsympa_cached_admins by ikedas
WWSympa: Owners/moderators in list panel aren't updated
parents
d182a6f5
ac6ed043
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cgi/wwsympa.fcgi.in
View file @
05e8ce85
...
...
@@ -2853,7 +2853,9 @@ sub check_param_out {
# Owners and editors
foreach my $role (qw(owner editor)) {
foreach my $u ($list->get_admins($role)) {
my @users =
grep {$_->{role} eq $role} @{$list->get_current_admins || []};
foreach my $u (@users) {
next unless $u->{'email'};
my ($local, $domain) = split /\@/, $u->{'email'};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment