Commit 3382043aca8c0039ac66de5bf47560e7e746cc71:
Don't skip committers group - treat it as normal group
Branch: refs/heads/master
Author: Sebb <[email protected]>
Committer: Sebb <[email protected]>
Pusher: sebb <[email protected]>
------------------------------------------------------------
www/roster/public_ldap_groups.rb | -
------------------------------------------------------------
1 changes: 0 additions, 1 deletions.
------------------------------------------------------------
diff --git a/www/roster/public_ldap_groups.rb b/www/roster/public_ldap_groups.rb
index 1ad83f4..c4ca278 100644
--- a/www/roster/public_ldap_groups.rb
+++ b/www/roster/public_ldap_groups.rb
@@ -30,7 +30,6 @@
lastStamp = ''
groups.keys.sort_by {|a| a.name}.each do |entry|
- next if entry.name == 'committers'
m = []
entry.members.sort_by {|a| a.name}.each do |e|
m << e.name