1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

Removes undesired change introduced in r23903 (#29824).

git-svn-id: https://svn.redmine.org/redmine/trunk@23904 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2025-08-07 20:26:30 +00:00
parent 458072ab7d
commit bffc7cce58

View File

@ -53,10 +53,6 @@ class Group < Principal
name.to_s name.to_s
end end
def initials
name[0, 1]
end
def builtin_type def builtin_type
nil nil
end end