Actions
Bug #90857
closedlink.action viewhelper must not return empty href
Start date:
2020-03-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
If for some reason the URL cannot be constructed the f:link.action viewhelper returns
<a href="">Link Content</a>
This is not good for UX as the user gets a link back to the current page in the browser.
If the URL generation fails, only the plain link content must be returned.
Actions