Hello everyone, I'm upgrading from grails 3.3.11 t...
# questions
p
Hello everyone, I'm upgrading from grails 3.3.11 to grails 5.3.3 with multi tenancy . When I'm in a controller calling a method that does:
MyDomain.first()
the tenant resolver is not called. When i call
MyDomain.list()
the tenant resolver is called. After calling
list()
method, everything seams to work fine. Calling
list()
method and then
first()
method, both pass through tenant resolver. Anyone had this problem?