* 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
This commit is contained in:
Kraiem Taha Yassine 2024-09-09 19:05:55 +02:00 committed by GitHub
parent be470452a5
commit 042eecefb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -554,7 +554,7 @@ def set_password_invitation(tenant_id, user_id, new_password):
"spotRefreshToken": r.pop("spotRefreshToken"), "spotRefreshToken": r.pop("spotRefreshToken"),
"spotRefreshTokenMaxAge": r.pop("spotRefreshTokenMaxAge"), "spotRefreshTokenMaxAge": r.pop("spotRefreshTokenMaxAge"),
'data': { 'data': {
"scopeState": scope.get_scope(r["tenantId"]), "scopeState": scope.get_scope(tenant_id),
"user": r "user": r
} }
} }