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

commit 5ca664300f70448cd0af06393772ff13e7b8a7e9
Author: Sebb <[email protected]>
AuthorDate: Fri Aug 11 00:12:40 2023 +0100

    Show missing committer status
---
 www/roster/views/person/main.js.rb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/roster/views/person/main.js.rb 
b/www/roster/views/person/main.js.rb
index 6354f04c..c73cdb19 100644
--- a/www/roster/views/person/main.js.rb
+++ b/www/roster/views/person/main.js.rb
@@ -50,6 +50,9 @@ class Person < Vue
               unless @committer.committees.include?(pmc)
                 _b ' (not in LDAP committee group)'
               end
+              unless @committer.committer.include?(pmc)
+                _b ' (not in LDAP committer group)'
+              end
             }
           end
           if noPMCsub

Reply via email to