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 1dc0cc4 depersonalize
1dc0cc4 is described below
commit 1dc0cc4b20f6124c46a84439d6bd34f0152600dd
Author: Sam Ruby <[email protected]>
AuthorDate: Thu Apr 30 10:38:46 2020 -0400
depersonalize
---
www/board/agenda/views/actions/post-data.json.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/board/agenda/views/actions/post-data.json.rb
b/www/board/agenda/views/actions/post-data.json.rb
index d529aac..c2f2c00 100644
--- a/www/board/agenda/views/actions/post-data.json.rb
+++ b/www/board/agenda/views/actions/post-data.json.rb
@@ -37,7 +37,7 @@ when 'committee-list'
ASF::Committee.pmcs.sort_by {|pmc| pmc.id}.each do |pmc|
if pmc.chairs.any? {|chair| chair[:id] == id}
committees[:chair] << pmc.id
- elsif pmc.info.include? 'rubys'
+ elsif pmc.info.include? id
committees[:member] << pmc.id
else
committees[:rest] << pmc.id