From fb53d984acb5a54e65197e1c47baab3415265e0f Mon Sep 17 00:00:00 2001 From: Pavel Balashou Date: Fri, 15 Aug 2025 15:09:31 +0200 Subject: [PATCH] Set ServiceAccount#logged? to true. Semantically it should be true. ServiceAccount can be logged in the API context at least. --- app/models/service_account.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/service_account.rb b/app/models/service_account.rb index 2a17c0e1a74..f099a3ebbdd 100644 --- a/app/models/service_account.rb +++ b/app/models/service_account.rb @@ -43,7 +43,7 @@ class ServiceAccount < User def available_custom_fields = [] - def logged? = false + def logged? = true def builtin? = true