Project

General

Profile

Actions

Bug #88783

closed

RteLinkSyntaxUpdater does not migrate file-links in Felxforms

Added by Anonymous over 4 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2019-07-16
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The UpgradeWizard RteLinkSyntaxUpdater does not update file-links in Flexform-Fields.

Old DB field (part from the Flexform):

 <value index="vDEF">
&lt;link fileadmin/projects/wisofak/Dateien/%C3%9Cberblick_Modulstruktur/Modulstruktur_2_F_BA_Soziologie_01.pdf - - Modulstruktur&gt;Modulstruktur&lt;/link&gt;

&lt;link 7149#18161 - - &quot;Pagelink&quot;&gt;Pagelink&lt;/link&gt; 
</value>

Same part after Migration:

<value index="vDEF">
&lt;link fileadmin/projects/wisofak/Dateien/%C3%9Cberblick_Modulstruktur/Modulstruktur_2_F_BA_Soziologie_01.pdf - - Modulstruktur&gt;Modulstruktur&lt;/link&gt;

&lt;a title=&quot;Pagelink&quot; href=&quot;t3://page?uid=7149#18161&quot;&gt;Pagelink&lt;/a&gt; 

</value>

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #87440: Remove v7->v8 upgrade wizardsClosed2019-01-15

Actions
Actions #1

Updated by Anonymous over 4 years ago

After Debugging it seams that the non migrated file links where easer not existent or not found because of messed up special chars. It still would be great to transform the links in something like <a href="fileadmin/path/to/the/not/existing/file.pdf"' anyway. The ckEditor just ignores the still present link-tags an no one gets an idea that there was a link before...

Actions #2

Updated by Oliver Hader over 2 years ago

  • Status changed from New to Closed

RteLinkSyntaxUpdater has been dropped in TYPO3 v10 - see https://review.typo3.org/c/Packages/TYPO3.CMS/+/59440

Actions #3

Updated by Oliver Hader over 2 years ago

  • Related to Task #87440: Remove v7->v8 upgrade wizards added
Actions #4

Updated by Anonymous over 2 years ago

That's why the report is for version 9... yea I know olld version BUT this is still needed on many updates for version < 10 to 10/11

Actions

Also available in: Atom PDF