You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2018/03/02 22:28:26 UTC

[whimsy] branch master updated: Flag up missing pmc-chairs membership

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

sebb 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 1371b93  Flag up missing pmc-chairs membership
1371b93 is described below

commit 1371b93012520092c495f4119b8d645074bc64d3
Author: Sebb <se...@apache.org>
AuthorDate: Fri Mar 2 22:28:24 2018 +0000

    Flag up missing pmc-chairs membership
---
 www/roster/views/person.js.rb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/roster/views/person.js.rb b/www/roster/views/person.js.rb
index aed3cc1..d917244 100644
--- a/www/roster/views/person.js.rb
+++ b/www/roster/views/person.js.rb
@@ -92,6 +92,9 @@ class Person < Vue
             else
               _li {_a group, href: "group/#{group}"}
             end
+            if @committer.chairOf.length > 0 and not @committer.groups.include? 'pmc-chairs'
+              _ '[Missing: pmc-chairs]'
+            end
           end
         end
       end

-- 
To stop receiving notification emails like this one, please contact
sebb@apache.org.