Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: 1.13.2
-
Fix Version/s: Customer request, 2.2.0, 1.13.4
-
Component/s: Online Editor & Rich Text field type, Upgrading
-
Labels:None
Description
Looks like older versions of legacy would create links with hrefs instead of url_ids.
Conversion from ezxmltext to richtext do not support link tags with hrefs.
Example:
<?xml version="1.0" encoding="utf-8"?> <section xmlns:image="http://ez.no/namespaces/ezpublish3/image/" xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/" xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/"> <paragraph> <strong>a link to <link href="http://ez.no/" target="_blank">eZ</link> </strong> </paragraph> </section>