Bug #20197
closedIndexed_search and TCA..
0%
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
Updated by Christian Kuhn over 15 years ago
This was committed by Francois on 2009-07-27 with revision #5367