mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Set ServiceAccount#logged? to true.
Semantically it should be true. ServiceAccount can be logged in the API context at least.
This commit is contained in:
@@ -43,7 +43,7 @@ class ServiceAccount < User
|
||||
|
||||
def available_custom_fields = []
|
||||
|
||||
def logged? = false
|
||||
def logged? = true
|
||||
|
||||
def builtin? = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user