-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Product url key is not transliterated anymore if already set #26499
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
Comments
Hi @DanieliMi. Thank you for your report.
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:
For more details, please, review the Magento Contributor Assistant documentation. @DanieliMi do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Just wanted to confirm that I manually added the fix provided by @DanieliMi and it has resolved the issue for our Magento 2.3.3 installation. |
Is there any chance this will get fixed in Magneto 2.3.5? We just upgraded to 2.3.4 and noticed it's still a bug. |
Hi @DanieliMi. Thank you for your report.
The fix will be available with the upcoming 2.4.0 release. |
Hello, Leonardo |
Good point @alpenite-lsartor! |
@alena-marchenko Could you please answer? |
@slavvka & @alena-marchenko: it looks like this fix wasn't included in Magento 2.3.6 which is pretty bad new. Is there a chance it will get included in 2.3.7? I understand you don't want to backport the database migration script, but at least backport the fix to prevent new bad data to make it into the databases. |
Uh oh!
There was an error while loading. Please reload this page.
Preconditions (*)
Steps to reproduce (*)
This can be reproduced via rest API too by updating a product url key.
Expected result (*)
Actual result (*)
Additional information
return $product->formatUrlKey($urlKey === '' || $urlKey === null ? $product->getName() : $urlKey);
will break arabic urls again so we might have to find a different solution.The text was updated successfully, but these errors were encountered: