[TYPO3-core] RFC #15611: Feature: Translations of CEs are immediately visible in FE
Steffen Kamper
info at sk-typo3.de
Sat Oct 9 15:02:41 CEST 2010
Hi,
François Suter schrieb:
> Hi,
>
> I lost track of this thread after a while...
>
same here :)
>> + if (($GLOBALS['BE_USER']->workspace != 0) ||
>> ($this->MOD_SETTINGS['tt_content_showHidden'] !== '0')) {
>> $this->MOD_SETTINGS['tt_content_showHidden'] = 1;
>> }
>
> Is there anything to document about this? Where is this
> "tt_content_showHidden" defined initially?
>
it's the checkbox "Show hidden content" and initialized with ''. It
get's saved in BE_USER->uc after one click.
I don't get why they are forced now in workspace, at least it should be
set to string to be consistent.
vg Steffen
More information about the TYPO3-team-core
mailing list