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 486bb792 Duplicate treasurer definition has been fixed
486bb792 is described below

commit 486bb792cbf7381f994b35e962558f305c5634fb
Author: Sebb <[email protected]>
AuthorDate: Sun May 14 14:59:32 2023 +0100

    Duplicate treasurer definition has been fixed
---
 www/roster/models/group.rb | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/www/roster/models/group.rb b/www/roster/models/group.rb
index c76203a8..521924b7 100644
--- a/www/roster/models/group.rb
+++ b/www/roster/models/group.rb
@@ -25,9 +25,10 @@ class Group
     groups.sort
   end
 
-  # The ids 'treasurer' and 'svnadmins' currently both have two definitions
-  # treasurer: LDAP Auth Group and Pit Auth; svnadmins: LDAP Auth Group and 
LDAP service
-  # So the type is now provided as a work-round
+  # The id 'svnadmins' currently has two definitions
+  # LDAP Auth Group and LDAP service
+  # See INFRA-24565
+  # So the type can now be provided as a work-round
   def self.serialize(id, itype=nil)
     response = {}
 

Reply via email to