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 2048c9d Revert - does not work
2048c9d is described below
commit 2048c9db74e7800e3b9c3215380e6e74cc73de60
Author: Sebb <[email protected]>
AuthorDate: Sat Jun 1 13:44:19 2019 +0100
Revert - does not work
---
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 bb23207..20760c4 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
- 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
+ # 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 @@nonpmc.committers.include? @@person.id
# _td.issue.clickable 'not in committer list', onClick: self.select
elsif @@person.id == @@nonpmc.chair