Bug #88783
closedRteLinkSyntaxUpdater does not migrate file-links in Felxforms
0%
Description
The UpgradeWizard RteLinkSyntaxUpdater does not update file-links in Flexform-Fields.
Old DB field (part from the Flexform):
<value index="vDEF">
<link fileadmin/projects/wisofak/Dateien/%C3%9Cberblick_Modulstruktur/Modulstruktur_2_F_BA_Soziologie_01.pdf - - Modulstruktur>Modulstruktur</link>
<link 7149#18161 - - "Pagelink">Pagelink</link>
</value>
Same part after Migration:
<value index="vDEF">
<link fileadmin/projects/wisofak/Dateien/%C3%9Cberblick_Modulstruktur/Modulstruktur_2_F_BA_Soziologie_01.pdf - - Modulstruktur>Modulstruktur</link>
<a title="Pagelink" href="t3://page?uid=7149#18161">Pagelink</a>
</value>
Updated by Anonymous over 5 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...
Updated by Oliver Hader almost 3 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
Updated by Oliver Hader almost 3 years ago
- Related to Task #87440: Remove v7->v8 upgrade wizards added
Updated by Anonymous almost 3 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