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.).
Updated by Georg Ringer over 4 years ago
- Related to Feature #86629: Implement LinkHandler for telephone numbers added
Updated by Gerrit Code Review over 4 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63760
Updated by Georg Ringer over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a6e10ab6f3d05e761541a68ca1cb5eeea95c9369.