-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
[16.0][FIX] dms: Fix share action #344
Conversation
AFAIK, this works without ACL having "Contact creation" permission. |
7d6621b
to
3eb3e93
Compare
Changed with v15 approach (fwp) |
…ion' permission Extra changes: Replace Share buttons with actions Steps to reproduce: - Go to Settings > Users & Companies > Users and create a user only with Documents > Manager permission. (User must not have the Extra Rights > Contact Creation permission). - Go to Documents and go into a directory form view and click on "Share" button. - An access error is displayed
3eb3e93
to
a60156e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM
/ocabot merge minor |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at c0e6e2a. Thanks a lot for contributing to OCA. ❤️ |
Thanks for this fix 👍 |
FWP from 15.0: #345
Allow share (directories and files) without 'Contact creation' permission
Extra changes: Replace Share buttons with actions
Steps to reproduce:
Fixes #343
Please @pedrobaeza can you review it?
@Tecnativa