Closed r-martins closed 4 months ago
Hi @r-martins. Thank you for your report. To help us process this issue please make sure that you provided the following information:
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
@magento give me 2.4-develop instance
- upcoming 2.4.x release
For more details, please, review the Magento Contributor Assistant documentation.
@r-martins do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
@magento give me 2.4-develop instance
Hi @r-martins. Thank you for your request. I'm working on Magento 2.4-develop instance for you
Hi @r-martins, here is your Magento instance.
Admin access: https://i-27847-2-4-develop.instances.magento-community.engineering/admin_cf28
Login: 215c7447
Password: b4652bc4c4cc
Instance will be terminated in up to 3 hours.
@magento give me 2.3.4 instance
Hi @r-martins. Thank you for your request. I'm working on Magento 2.3.4 instance for you
Hi @r-martins, here is your Magento instance.
Admin access: https://i-27847-2-3-4.instances.magento-community.engineering/admin_e1fa
Login: f8da86f9
Password: 8287f1b7f570
Instance will be terminated in up to 3 hours.
I could reproduce the error both in 2.3.4 and 2.4-develop instances when adding address in checkout process.
Hi @krishprakash. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
[x] 1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).Details
If the issue has a valid description, the label Issue: Format is valid
will be added to the issue automatically. Please, edit issue description if needed, until label Issue: Format is valid
appears.
[x] 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue. If the report is valid, add Issue: Clear Description
label to the issue by yourself.
[x] 3. Add Component: XXXXX
label(s) to the ticket, indicating the components it may be related to.
[x] 4. Verify that the issue is reproducible on 2.4-develop
branchDetails
- Add the comment @magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.4-develop
branch, please, add the label Reproduced on 2.4.x
.
- If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!
[x] 5. Add label Issue: Confirmed
once verification is complete.
[x] 6. Make sure that automatic system confirms that report has been added to the backlog.
:white_check_mark: Confirmed by @krishprakash
Thank you for verifying the issue. Based on the provided information internal tickets MC-33344
were created
Issue Available: @krishprakash, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.
Reproduced on latest instance:
Hi @tna274. Thank you for working on this issue. Looks like this issue is already verified and confirmed. But if you want to validate it one more time, please, go though the following instruction:
[ ] 1. Add/Edit Component: XXXXX
label(s) to the ticket, indicating the components it may be related to.
[ ] 2. Verify that the issue is reproducible on 2.4-develop
branchDetails
- Add the comment @magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.4-develop
branch, please, add the label Reproduced on 2.4.x
.
- If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!
[ ] 3. If the issue is not relevant or is not reproducible any more, feel free to close it.
Hello @r-martins
I can confirm that
Could you please provide any examples/scenarios when it brakes user flow on Storefront or creates any difficulties during development, etc?
Or the issue only about inconsistency in these cases?
Hello @sdzhepa . I don't remember problems in the frontend, except when editing the address. The main problem is that it breaks integrations that relies on the correct line. For instance, we use line 4 as Neighborhood in many stores in Brazil, but we faced integration issues when it's saved in line 3. It also breaks payments integrations(and payment methods) that requires neighborhood for placing an order. In those cases, registered customers can't place an order with an existing address. These are just a few cases.
I was able to test the Pull Request #28126 on Magento 2.4.1 and it seems it does fix this issue. I hope someone from Magento could notice the importance of this issue.
🎂 Happy birthday to this old and persistent bug! I hope someone takes care of you one day.
Anyone can move this issue to the drawing table please?
Hi @r-martins,
Thanks for your reporting and collaboration.
We have verified the issue in Latest 2.4-develop instance and the issue is no more reproducible.Kindly refer the attached video.
https://github.com/magento/magento2/assets/51680745/03cc4911-b116-42fe-b271-9efdc4e1a296
We are able to to see the line 1 and 3 populated in the frontend when going to customer's adress book
Hence we are closing this issue.
Thanks.
Preconditions (*)
Steps to reproduce (*)
customer/address/street_lines
)Line 1
string, and line 3 withLine 3
string.customer_address_entity
).Expected result (*)
Line 1⏎⏎Line 3
in the databaseActual result (*)
customer_address_entity.street
column we seeLine 1⏎Line 3
.Note that doesn't happen if you manually insert the address in customer area (instead of inserting it during the checkout).
Additional Information
Quote from https://github.com/magento/magento2/issues/27847#issuecomment-625012111