-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Backport MAGETWO-57796 and MAGETWO-66885 for Magento 2.1 #10131
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
Backport MAGETWO-57796 and MAGETWO-66885 for Magento 2.1 #10131
Conversation
…ken on front end magento#6138 (cherry picked from commit a657749) MAGETWO-57796: [GitHub] Inserted image in product description got broken on front end magento#6138 (cherry picked from commit e3d67ea) MAGETWO-57796: [GitHub] Inserted image in product description got broken on front end magento#6138 (cherry picked from commit 228ee3a) MAGETWO-57796: [GitHub] Inserted image in product description got broken on front end magento#6138 (cherry picked from commit 9030e08)
…gives an error magento#9452 (cherry picked from commit 19a6485)
Hi @hostep Please feel free to comment on the PR or reach us directly in the Community Engineering slack channel if you have any questions. |
IMHO keeping the status of corresponding GitHub issues up to date with your internal tasks and branches would help a lot:
|
@korostii I agree. We are going to implement one of the solutions asap. |
@ishakhsuvarov: now that you guys have opened up the 2.1.8-preview branch (which is awesome, thanks for that!), I can see you backported MAGETWO-57796 but not MAGETWO-66885. Thanks! |
@ishakhsuvarov: can you confirm you read my last comment? So this bug doens't make it in the final 2.1.8 version. Otherwise there will be a lot of new issues being opened around this bug after 2.1.8 was released I'm afraid. //cc @okorshenko |
Yes, what I'm reporting is that MAGETWO-59690 contains a bug which MAGETWO-66885 fixes, but MAGETWO-66885 hasn't been backported yet, that's what I'm trying to say ;) |
Hi @hostep backport ticket for MAGETWO-66885 will be MAGETWO-68810. It is in our backlog. I will inform our POs about this issue one more time. Thank you |
Ok thanks! :) |
Hi @hostep |
@hostep Fix should now be available in the |
Thank @ishakhsuvarov, looks good! :) |
Description
This fixes an issue in the tinymce editor when editing a wysiwyg field on the product edit form pages, where inserted images would get an incorrect url. (not sure if this also fixes the same issue on the category edit form, didn't test this)
I've included MAGETWO-66885 because MAGETWO-57796 introduced a new bug: #9452
See the commit messages to see from which commits I cherry-picked this.
Be aware, some of these issues mention MAGETWO-59690 as the internal ticket number for backporting this to 2.1, if this has already been done, you can close this PR.
Fixed Issues (not 100% sure about all these, and I might have missed some)
(Completely offtopic: is there any way for the community to know what you guys already backported to 2.1? Why aren't you using the 2.1-develop branch for this? It looks like only community contributions go to that branch. It would be highly appreciated if we could see what Magento is backporting themselves, that would help out tremendously.)