Actions
Task #89033
closedDeprecate jumpToUrl
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-08-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently, TYPO3 widely makes use of jumpToUrl()
which in fact does a simple redirect. In some cases, the call isn't even necessary, since <a>
tags support the href
nowadays.
Actions