-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Dashboard][Share] Share related links are gone #14251
Comments
I'm unable to reproduce the issue
anyone else able to reproduce? |
I can reproduce this way:
Please make sure when you introduce new permissions, old features are still working. I assume sharing should be allowed by default for Admin/Gamma/Alpha roles. Does all existed users have to manually add or remove some permission? Could you add new permission to Admin/Gamma/Alpha roles by db migration (if necessary)? |
Hi @amitmiran137 and @junlincc I found what is wrong here: in airbnb we reverted #13306 and #14148 because of performance downgrade. But actually #14148 fixed a few permission related issues in the original PR #14076...So right now we are running with 14076 without extra permission related fixes. :( |
@graceguo-supercat gotcha, glad that you found the cause. not sure what's the best way to fix this issue, but this issue will be added to our test case incase it actually happens. closing issue for now since it's not universal. |
Testcase added |
SHARE links (share url, share in email etc) are hidden in slice header dropdown list in dashboard:
Screenshots
How to reproduce the bug
Environment
latest master
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
Related to #14076. According to PR’s test description:
check that sharing is menu option is shown by default for Admin/Gamma/Alpha
But admin/alpha/gamma role didn't see share links.
CC @junlincc @zuzana-vej @amitmiran137
The text was updated successfully, but these errors were encountered: