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
Suppose user A shares dashboard edit permissions with user B. When user B visits the dashboard, there is no edit button. User B also can't make a POST api call with changes.
Steps to Reproduce
Ensure the permissions feature flag is ticked.
Share dashboard edit permissions with another user
Observe the other user does not have an edit button when visiting the dashboard.
Technical details:
Redash Version: V9
Browser/OS: FF & API client
How did you install Redash: SaaS
The text was updated successfully, but these errors were encountered:
@susodapop, I tested in here, it looks like it's a frontend only issue as I could edit a dashboard with no problems after changing how the check is made on the page (will open a PR, so you can confirm it).
Issue Summary
Suppose user A shares dashboard edit permissions with user B. When user B visits the dashboard, there is no edit button. User B also can't make a
POST
api call with changes.Steps to Reproduce
Technical details:
The text was updated successfully, but these errors were encountered: