-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[Issue] Fix shipping address id getter misspelling #28982
Comments
Hi @engcom-Delta. Thank you for working on this issue.
|
✅ Confirmed by @engcom-Delta Issue Available: @engcom-Delta, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
@magento give me 2.4-develop instance |
Hi @BassemN. Thank you for your request. I'm working on Magento 2.4-develop instance for you |
Hi @m2-assistant[bot]. Thank you for your report. The fix will be available with the upcoming 2.4.1 release. |
This issue is automatically created based on existing pull request: #28810: Fix shipping address id getter misspelling
Summary (*)
Magento 2.4-develop
Fixed a shipping address id getter misspelling in the sales order address save handler. Misspelt getter caused unneeded requests to the database on each order save which might create deadlocks.
Examples (*)
This bug can not be validated manually as there're no effects visible on the front-end.
The fix includes Unit tests to validate that address save handler does not execute save attribute method when it's not needed.
Proposed solution
The text was updated successfully, but these errors were encountered: