-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fixed Importing: non-default multiple value separator can't be used in custom multiple select attribute #31878
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
Fixed Importing: non-default multiple value separator can't be used in custom multiple select attribute #31878
Conversation
…be used in custom multiple select attribute
Hi @engcom-Charlie. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. 🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of Pull Requests happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
@magento run all tests |
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.
Hi @engcom-Charlie, thanks for working on this. The changes look good, please follow a small suggestion.
Thanks!
app/code/Magento/CatalogImportExport/Model/Import/Product/Validator.php
Outdated
Show resolved
Hide resolved
@magento run all tests |
Hi @gabrieldagama, thank you for the review.
|
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.
Hi @engcom-Alfa, I have tried to reproduce this issue on 2.4-develop branch and its still reproducible. I can able to reproduce the issue by the steps mentioned in your comments. Below are the errors I am getting. Please let me know if you need any other information. Thank you! |
@magento run Functional Tests B2B |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
Thanks @engcom-Charlie for re checking it. Yeah, I re tried today after your updates, able to reproduce using the same steps! |
✔️ QA Passed Preconditions:
Manual testing scenario: Follow the same steps defined in my last comment. Before: ✖️ Data check to import the CSV file was getting failed After: ✔️ Data check to import the CSV file is getting successful. |
Forwarding it for extended testing since a automation test job is getting failed continuously. Kind request to update the ticket with the fixes of failures @engcom-Charlie |
Hi @engcom-Alfa, The failing test case is for Currency Converter API configuration. Its failing because its not able to retrieve the currency rate from other website api. None of the code changes made in this PR are responsible for this so moving this issue further. Thank you! |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
1 similar comment
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
…n't be used in custom multiple select attribute #31878
Hi @engcom-Charlie, thank you for your contribution! |
Description (*)
Fixed issue, covered by the test, refactor test
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)