From ba7558c72c7b2c6d9c0d427c95f948d0bc57c169 Mon Sep 17 00:00:00 2001 From: Kraiem Taha Yassine Date: Mon, 9 Sep 2024 19:26:59 +0200 Subject: [PATCH] Dev (#2558) * fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * feat(chalice): autocomplete return top 10 with stats * fix(chalice): fixed autocomplete top 10 meta-filters * fix(chalice): fixed user invitation for EE --- ee/api/chalicelib/core/users.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ee/api/chalicelib/core/users.py b/ee/api/chalicelib/core/users.py index 503032dfc..721715a55 100644 --- a/ee/api/chalicelib/core/users.py +++ b/ee/api/chalicelib/core/users.py @@ -553,6 +553,7 @@ def set_password_invitation(tenant_id, user_id, new_password): "spotJwt": r.pop("spotJwt"), "spotRefreshToken": r.pop("spotRefreshToken"), "spotRefreshTokenMaxAge": r.pop("spotRefreshTokenMaxAge"), + "tenantId": tenant_id, 'data': { "scopeState": scope.get_scope(tenant_id), "user": r