Actions
Bug #96535
closedSystem news (backend login messages) don't render links anymore
Status:
Closed
Priority:
Won't have this time
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2022-01-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
We use system news in the BE login screen quite intense. Up to version 9 we could use links in there (it's a normal RTE after all) and they were displayed and clickable.
I just noticed that links in system news in TYPO3 10 get totally removed from the output (replaced with empty string). No matter if you use <a>
tags ( <a href="https://domain">foo</a>
becomes empty string as a whole) or just a literal url ( https://forge.typo3.org/
also becomes an emtpy string).
Since thsi is an undocumented change (could not find anything regarding this) from 9 to 10 I flagged this as a regression. Is probably still the same in TYPO 11.
Actions