-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
#21737 Duplicating product with translated url keys over multiple sto… #22178
#21737 Duplicating product with translated url keys over multiple sto… #22178
Conversation
…ple storeviews causes non-unique url keys to be generated
Hi @yvechirko. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @aleron75, thank you for the review. |
✔️ QA passed |
Thanks for the changes @yvechirko! Not tested yet, but code looks promising. A side effect of this PR is that #9466 will probably also get fixed, maybe @VasylShvorak can check that as well (steps to reproduce: #9466 (comment)) and then we can add #9466 in the "Fixed issues" list as well. |
Hi folks I just tested this PR in scope of #21737 and #9466 Here are steps to reproduce this regression:
We should probably try to figure out how Magento determines that an image was already saved on the product and mark that as done after the first I think we should block this PR for approval until this regression gets fixed? Or should we consider this a new/different bug which needs to be fixed in a new PR? |
…hirko/magento2 into #21737_Duplicating_product_url_keys
Hi @yvechirko, thank you for your contribution! |
…reviews causes non-unique url keys to be generated
Description (*)
When a product is duplicated, only one URL key is used(from scope where was clicked the button "Save & Duplicate"), it is modified and set for all store views. I've added generation and saving unique URL keys from URL keys of the source product for all store views.
Fixed Issues (if relevant)
Manual testing scenarios (*)
Name: Default
Sku: Default
Price: 123
Qty: 9999
Category: Test
Url key: default
Contribution checklist (*)