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 2019/06/01 12:40:27 UTC

[whimsy] branch master updated: NonPMCs entries should have people LDAP entries

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 e5a4f4f  NonPMCs entries should have people LDAP entries
e5a4f4f is described below

commit e5a4f4f7b7af8ba8e4bef66465385bff5459421b
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jun 1 13:39:52 2019 +0100

    NonPMCs entries should have people LDAP entries
---
 www/roster/views/nonpmc/members.js.rb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/roster/views/nonpmc/members.js.rb b/www/roster/views/nonpmc/members.js.rb
index 20760c4..bb23207 100644
--- a/www/roster/views/nonpmc/members.js.rb
+++ b/www/roster/views/nonpmc/members.js.rb
@@ -141,9 +141,9 @@ class NonPMCMember < Vue
         end
       elsif not @@person.date
         _td.issue.clickable 'not in committee-info.txt', onClick: self.select
-        # TODO the LDAP groups are not set up in the usual way so this is not all that useful at present
-#      elsif not @@person.ldap
-#        _td.issue.clickable 'not in LDAP', onClick: self.select
+      elsif not @@person.ldap
+        _td.issue.clickable 'not in LDAP', onClick: self.select
+       # TODO the LDAP groups are not set up in the usual way so this is not all that useful at present
 #      elsif not @@nonpmc.committers.include? @@person.id
 #        _td.issue.clickable 'not in committer list', onClick: self.select
       elsif @@person.id == @@nonpmc.chair