Issue Summary

On V10 of redash, A user cannot view the query that belongs to another user even though they are in same group and the group has permissions to view_query. the “Edit Query” button is missing in this case.
image

Current group permissions: {create_dashboard,create_query,edit_dashboard,edit_query,view_query,view_source,execute_query,list_users,schedule_query,list_dashboards,list_alerts,list_data_sources}

This issue did not exist in v8.

Technical details:

  • Redash Version: v10
  • Browser/OS: chrome
  • How did you install Redash: upgraded from v8.
1 Like

Thanks for reporting. I’ve opened a github issue here: Edit Source button has disappeared · Issue #5560 · getredash/redash · GitHub

1 Like

Meanwhile, here’s a little trick, type /source after the link of the desired query id and you’ll be able to view the query itself :wink:
Ex: bi.test/queries/10/source

1 Like

Yes that works :slight_smile: The fix PR is open and awaiting review. This will be merged before V10 is released.

2 Likes

wonderful, thank you!

Fix has been merged into master.

2 Likes