From bffc7cce588172987166e3b76d652c54a8ea6cb1 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Thu, 7 Aug 2025 20:26:30 +0000 Subject: [PATCH] Removes undesired change introduced in r23903 (#29824). git-svn-id: https://svn.redmine.org/redmine/trunk@23904 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/models/group.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/models/group.rb b/app/models/group.rb index 1ba876f3c..300b59b46 100644 --- a/app/models/group.rb +++ b/app/models/group.rb @@ -53,10 +53,6 @@ class Group < Principal name.to_s end - def initials - name[0, 1] - end - def builtin_type nil end