Actions
Bug #17130
closedPages with "Hide in menu" checked use normal page icon in list module
Start date:
2007-03-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When I select page type "Not in menu", the icon in the db listing reflects this, but not if I instead check "Hide in menu".
The patch fixes this by adding nav_hide to the field list in class.db_list_extra.inc (which is then used in t3lib_iconworks::getIcon() to determine the right icon type to use).
(issue imported from #M5252)
Files
Updated by Michael Stucki over 17 years ago
Patch is good, but you should check that the cms extension is loaded, which is not always the case. See my patch and compare.
Updated by Oliver Hader over 16 years ago
Committed to SVN:
- TYPO3_4-1 (rev. 3316) --> TYPO3 4.1.6
- TYPO3_4-2 (rev. 3317)
Actions