- Issue created by @danrod
- 🇨🇦Canada danrod Ottawa
Also, I am having an issue when trying to upgrade entity_embed from 1.4 to 1.5, this only happens when doing the upgrade, there is an issue for that here: https://www.drupal.org/project/entity_embed/issues/3400550 💬 Updating to 1.5 crashes website due to duplicated method in .module file. Postponed: needs info
- 🇨🇦Canada smulvih2 Canada 🍁
@danrod, depending on the branch you are using for WxT, you might need to add the entity_embed patch to the patches-ignore section of composer. We just recently removed this patch since the CKE5 compatibility is now available in entity_embed 1.5. This patch is probably adding the double function that is causing your issue.
- 🇨🇦Canada smulvih2 Canada 🍁
@danrod I'm looking at this now in my local, and it only complains about the URL button, not the Node button. The node button uses an SVG "E" on a default install of WxT. Maybe you are getting this error based on issue with applying the patch?
- Status changed to Fixed
about 1 year ago 6:50pm 14 November 2023 - 🇨🇦Canada smulvih2 Canada 🍁
This has been fixed in the 5.1.x branch. Added a config rewrite to make the URL icon an SVG. Now this error is no longer seen on the status page.