[TYPO3-core] RFC #15375: [Bug]: showDomainNameWithTitle doesn`t respect hidden records
Bernhard Kraft
kraftb at think-open.at
Tue Aug 10 19:15:15 CEST 2010
Hello !
Am 2010-08-10 12:15, schrieb Henrik Ziegenhain:
> Hi,
> attached patch v4 replaces hard-coding "hidden=0" with
> t3lib_BEfunc::BEenableFields()
I think François is right with his question about the deleted field.
Altough there is currently no deleted field for the sys_domain table it
is just a matter of configuration. If you take a look at the
"deletedClause" method in t3lib_BEfunc it checks wheter deleted fiels
are available/enabled or not:
if ($TCA[$table]['ctrl']['delete']) {
So I guess also adding a deleted clause would be the correct way.
Attached a version 5 of your patch.
greetings,
Bernhard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug_15375_v5.diff
Type: text/x-patch
Size: 932 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100810/c87b6b6a/attachment.bin>
More information about the TYPO3-team-core
mailing list