Merge pull request #7571 from rekonder/aj_SCI_10721

Fix project folder id display [SCI-10721]
This commit is contained in:
ajugo 2024-05-20 13:09:13 +02:00 committed by GitHub
commit 520ea64508
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,11 +31,7 @@ module Lists
end
def code
if project?
object.code
else
"F#{object.id}" # We don't have proper code for folders, but we need to correct selection
end
end
def created_at