Bug #21372
closedshowDomainNameWithTitle doesn`t respect hidden records
0%
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
Updated by Henrik Ziegenhain over 14 years ago
Patch works also for v4.2 and v4.3
Updated by Henrik Ziegenhain over 14 years ago
There is a little bug in the original patch.
Sorry. V2 generates a proper SQL query.
Updated by Henrik Ziegenhain over 14 years ago
It`t to early for bugfixing...
V3 attached
Updated by Steffen Gebert over 14 years ago
Thanks for your work, Henrik!
Committed to
4-3 rev. 8569
4-4 rev. 8570
trunk rev. 8571