[dashboard] [native-filter] Unable to view Dashboard Native Filter's UI/Sidepanel with non-admin & non-owners users
See original GitHub issueA clear and concise description of what the bug is.
How to reproduce the bug
- Enable Dashboard native filter
- Create/publish a dashboard.
- Dashboard native filters are only accessible by the owner of the dashboard or the admin, other users can’t access it
Expected results
Actual results
Environment
(please complete the following information):
- browser type and version: Google Chrome
- superset version:
superset version
1.3.1/1.4.0 - python version:
python --version
3.7 - any feature flags active: DASHBOARD_NATIVE_FILTERS, DASHBOARD_CROSS_FILTERS
Checklist
Make sure to follow these steps before submitting your issue - thank you!
- I have checked the superset logs for python stacktraces and included it here as text if there are any.
- I have reproduced the issue with at least the latest released version of superset.
- I have checked the issue tracker for the same issue and I haven’t found one similar.
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (2 by maintainers)
Top Results From Across the Web
Apache Superset/Preset : Dashboard Native Filters - YouTube
Dashboard native filters replace the Filter Box viz component, ... Your browser can't play this video. ... Preset User's Corner.
Read more >Unable to add the filters on the Dashboards - ServiceNow
I have created report for the Group members table (sys_user_grmember) with the active users & groups. Added the report to the dashboard but ......
Read more >Adding filters to dashboards with SQL questions - Metabase
This article covers how to create dashboard widgets to filter data in native queries. Figure 1 shows the dashboard we'll be building: <em>Fig....
Read more >How to move "apply filters" button up to directly below the ...
Edit Dashboard -> Edit CSS and add this: .open > div:nth-child(3) { position: absolute; top: 300px; }. Adjust the 300px as needed to ......
Read more >Managing Filters - Dashboard Filtering - Preset Docs
Overview. In this article we will look at some filter management features available in Preset. These topics include:.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sfirke Actually I have such list. You can check it out here https://gist.github.com/byk0t/bd6e9c3839967b4ac28a8da30f468b2a
Hi, @isabellalacerda and @usamaB , I have fixed the issue by adding can_read on DashboardFilterStateRestApi and can_write on DashboardFilterStateRestApi permissions for the Public role