Project

General

Profile

Actions

Bug #24198

closed

Hide mod_menu of record listing in page module if not needed

Added by Georg Ringer over 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-11-24
Due date:
% Done:

0%

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

Description

There is a nice way to show records in the page module using the following syntax:
---------------
$TYPO3_CONF_VARS['EXTCONF']['cms']['db_layout']['addTables']['tx_myext'] =
array ('default' => array(
'MENU' => 'LLL:EXT:tx_myext/locallang_db.xml:menuDefault',
'fList' => 'title,description,image',
'icon' => TRUE));
----------------

If there is only one setting, it makes no sense to render a select box to toggle between other settings. Therefore there needs to be an additional check for the size.

(issue imported from #M16560)


Files

16560-modmenu.png (17.9 KB) 16560-modmenu.png Administrator Admin, 2010-11-24 20:04
16560-modmenu.patch (587 Bytes) 16560-modmenu.patch Administrator Admin, 2010-11-24 20:07
Actions #1

Updated by Jigal van Hemert over 13 years ago

Committed to trunk rev: 9603 (will go in 4.5.0)
Committed to 4_4 rev: 9604 (will go in 4.4.5)

Actions #2

Updated by Ernesto Baschny almost 11 years ago

  • Target version deleted (1088)
Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF