You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue you're encountering is likely due to missing permissions for the "can time range on Api" feature. This permission is required for users to access the time_range method in the API, which is essential for handling custom filters. Without this permission, the system redirects the user to the login page.
To resolve this, ensure that the user has the necessary permissions. The "can time range on Api" permission is available to users with the Admin, Alpha, and Gamma roles, but not to users with the SQL_LAB role [1][2].
You can assign the appropriate role to the user or explicitly grant the "can time range on Api" permission to their current role.
In the absence of permission ("can time range on Api" or others), it would be preferable to have an error message rather than a redirection to the login page.
Bug description
Without "can time range on Api", a click on a custom filter redirect to login page
How to reproduce the bug
Without_.can_time_range_on_Api._a_click_on_a_custom_filter_redirect_to_login_page.mp4
Screenshots/recordings
No response
Superset version
4.0.2
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: