From 2ffb52f5d19ad843b880d0c7f55c674cabe6cdf3 Mon Sep 17 00:00:00 2001 From: Kraiem Taha Yassine Date: Fri, 6 Sep 2024 18:20:43 +0200 Subject: [PATCH] Dev (#2550) * 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 signup for EE --- ee/api/chalicelib/core/signup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/api/chalicelib/core/signup.py b/ee/api/chalicelib/core/signup.py index c2b45b883..a2ee66d04 100644 --- a/ee/api/chalicelib/core/signup.py +++ b/ee/api/chalicelib/core/signup.py @@ -98,7 +98,7 @@ async def create_tenant(data: schemas.UserSignupSchema): "spotRefreshTokenMaxAge": r.pop("spotRefreshTokenMaxAge"), "tenantId": t["tenant_id"], 'data': { - "scope": "full", + "scopeState": 0, "user": r } }