Try our conversational search powered by Generative AI!

TinyMCE: Link to internal page replaced if shortcut set on target page

Found in

EPiServer.CMS.UI 10.11.0

Fixed in

EPiServer.CMS.Core 11.8.1

(Or a related package)

Created

Oct 02, 2017

Updated

Jun 01, 2018

Area

CMS Core

State

Closed, Fixed and tested


Description

Steps to reproduce

  1. Add a link in TinyMCE (XhtmlString) to a internal page.
  2. Open the target page and add external link to the page.
  3. Delete the target page. There a link between the xhtmlstring page and the internal page with the external link.
  4. Add a new line in TinyMCE and publish.

Expected:
A connection between the Xhtmlstring and the target page. If you update the external link on the target page, the XhtmlString changes.

Actual:
No connection between the Xhtmlstring and the target page. If you update the external link on the target page, the XhtmlString does not change.