-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Given
- Task 1 has tenantId=null
- Task 2 has tenantId=exampleTenant
When
- Do the REST call
POST /task { "orQueries": [ { "withoutTenantId": true, "tenantIdIn": [ "exampleTenant", "testTenant" ] } ] }
Then
Only Task 1 with tenantId=null is returned
Expected
Task 1 and Task 2 are returned
Hints:
When doing withoutTenant check the tenantIds is set to null in TaskQueryImpl