Actions
Bug #21372
closedshowDomainNameWithTitle doesn`t respect hidden records
Start date:
2010-08-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With options.pagetree.showDomainNameWithTitle you can append the first domain record to pagetree if is_siteroot is checked.
But this option does not respect hidden records, so it is also appended if the records are hidden.
I haven`t checked v4.2 and 4.3, but I think there it is the same.
Steps to reproduce:
- check "is_siteroot"
- add a domain record and hide it
- add options.pagetree.showDomainNameWithTitle to userTS
- see sth. like Homepage [www.example.com]
- apply attached patch
- see again. [www...] should be gone
(issue imported from #M15375)
Files
Actions