Project

General

Profile

Actions

Bug #59893

closed

Backend search box: use label_alt field value if label is emtpy

Added by Marcin Sągol almost 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2014-06-26
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Through TCA we can configure columns that are used to display record name (for example on the records list):

$TCA['tx_foo_domain_model_bar'] = array(
    'ctrl' => array(
        'title'    => 'Some title',
        'label' => 'name',
        'label_alt' => 'name',
    ),
);

If column defined as label is empty, than label_alt is used (if defined). This works fine in the List module.
If we use backend searchbox to find records, it seems that only label is used and label_alt ignored. It would be nice if the searchbox could respect also label_alt option.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #59957: Duplicate code respectively not used variable in sysext\backend\Classes\Search\LiveSearch\LiveSearch.phpClosed2014-06-28

Actions
Actions

Also available in: Atom PDF