Project

General

Profile

Actions

Bug #20197

closed

Indexed_search and TCA..

Added by Yannick Pavard about 15 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-03-17
Due date:
% Done:

0%

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

Description

Hi

Please, can you translate two line in TCA's file of indexed search ?

typo3/sysext/indexed_search/tca.php :

-----------------------------------------------------------------
'feInterface' => $TCA['index_config']['feInterface'],
'columns' => Array (
'hidden' => Array (
'label' => 'Disable',
'config' => Array (
'type' => 'check',
'default' => '1'
)
),
-----------------------------------------------------------------
'set_id' => Array (
'label' => 'Session ID (if > zero, then indexing job is running):',
'config' => Array (
'type' => 'none',
)
),
-----------------------------------------------------------------

Thanks

(issue imported from #M10711)


Files

10711.diff (1.75 KB) 10711.diff Administrator Admin, 2009-04-25 23:25
Actions #1

Updated by Christian Kuhn almost 15 years ago

This was committed by Francois on 2009-07-27 with revision #5367

Actions

Also available in: Atom PDF