Project

General

Profile

Actions

Bug #90771

closed

InputLinkElement does not support telefphone links

Added by Georg Ringer about 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2020-03-17
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Issue commented at #86629

Leonie Philine Bitto wrote:

The "inputLink" backend form element renderType 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 for mailto links.).


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #86629: Implement LinkHandler for telephone numbersClosed2018-10-11

Actions
Actions

Also available in: Atom PDF