This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 44259a6  apply improvement suggested by @sebb
44259a6 is described below

commit 44259a6715be4fb2afbcf1449b2bc8f65041b4ff
Author: Sam Ruby <[email protected]>
AuthorDate: Thu Aug 1 16:42:00 2019 -0400

    apply improvement suggested by @sebb
---
 www/officers/acreq.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/officers/acreq.cgi b/www/officers/acreq.cgi
index 7c379f0..355bf40 100755
--- a/www/officers/acreq.cgi
+++ b/www/officers/acreq.cgi
@@ -35,7 +35,7 @@ pmcs = ASF::Committee.pmcs.map(&:name).sort
 
 # grab the current list of nonPMCs with member lists from ldap
 nonpmcs = ASF::Committee.nonpmcs.map(&:name).
-  select {|name| not ASF::Project.find(name).members.empty?}
+  select {|name| ASF::Project.find(name).hasLDAP?}
 
 # grab the list of active podlings
 podlings = ASF::Podling.list.select {|podling| podling.status == 'current'}.

Reply via email to