Actions
Bug #90171
closedLinkService does not know how to handle urls without protocol
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-01-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Urls without protocol, for example:
//google.com
are not recognized by the LinkService which results in an:
not implemented type unknown
error within the backend.
Although you can still edit the URL, the error shown is confusing for editors.
For now, it's possible to hook into the LinkService but this might be something that should be covered by core.
Actions