forked from shaba/openuds
Cosmetic chage to actorv3
This commit is contained in:
parent
91c90766a3
commit
47df6c58fc
@ -270,8 +270,8 @@ class Initialize(ActorV3Action):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# If no UserService exists,
|
# If no UserService exists,
|
||||||
# ist managed (service exists), then it's a "local login"
|
# is managed (service exists), then it's a "local login"
|
||||||
if dbFilter.exists() is False and service:
|
if not dbFilter.exists() and service:
|
||||||
# The userService does not exists, try to lock the id on the service
|
# The userService does not exists, try to lock the id on the service
|
||||||
serviceInstance = service.getInstance()
|
serviceInstance = service.getInstance()
|
||||||
lockedId = serviceInstance.lockId(idsList)
|
lockedId = serviceInstance.lockId(idsList)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user