Bug #90771
closedInputLinkElement does not support telefphone links
100%
Description
Issue commented at #86629
Leonie Philine Bitto wrote:
The
"inputLink"
backend form elementrenderType
was overlooked:
\TYPO3\CMS\Backend\Form\Element\InputLinkElement::getLinkExplanation()
does not handle Telephone links and returns$data['text'] == 'not implemented type telephone'
This is the situation at TYPO3 10.3.
To reproduce:
1. Create a TCA field like:
[...]2. Create a record with above defined field in the backend.
3. Open the link popup ("BrowseLinks"), choose "Telephone" and enter a phone number.
4. Click "Set link" to apply and close the dialog window.
Actual result:
The link preview field displays: "not implemented type telephone" as returned by\TYPO3\CMS\Backend\Form\Element\InputLinkElement::getLinkExplanation()
.Expected result:
The link preview field renders a phone icon and the phone number (as works perfectly formailto
links.).