-
Notifications
You must be signed in to change notification settings - Fork 110
[16.0] [FIX] shopinvader_api_address: Missing rights on address update #1584
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
base: 16.0
Are you sure you want to change the base?
[16.0] [FIX] shopinvader_api_address: Missing rights on address update #1584
Conversation
|
@paradoxxxzero In which context? Can you add a test to reproduce the error? |
|
One stacktrace says more than a thousand words: Fine tuning of ACL is hard on partners, a lot of modules add functionality that requires read everywhere, and I don’t think we want to give access to Bank Statement Labels to the API user. |
ee59373 to
c47586c
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 16.0 #1584 +/- ##
=======================================
Coverage 94.89% 94.90%
=======================================
Files 514 514
Lines 10665 10668 +3
Branches 547 547
=======================================
+ Hits 10121 10124 +3
Misses 392 392
Partials 152 152 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
c47586c to
67057ba
Compare
67057ba to
17f507c
Compare
Same reason as for partner_sudo, on update write is done on address so we may need sudo too.