craftcms / ckeditor

Edit rich text content in Craft CMS using CKEditor.
https://plugins.craftcms.com/ckeditor
GNU General Public License v3.0
47 stars 25 forks source link

Copy/Pasting nested entries within CKEditor fields fails on sites other than the default #315

Open kandrews-alp opened 4 days ago

kandrews-alp commented 4 days ago

Description

Issue is related to: https://github.com/craftcms/ckeditor/issues/254 The problem is resolved for the default site but still exists on additional sites.

Steps to reproduce

  1. In a craft environment with multiple sites with different languages copy the content of a CKeditor field (with nested entries) from an entry on a secondary site.
  2. Make a new entry on the same site and attempt to paste the content. You should see invalid entry ID errors for each of the nested entries.

Additional info

i-just commented 1 day ago

Hi, thanks for reporting! I raised a PR for this.