[TYPO3-core] RFC #15611: Feature: Translations of CEs are immediately visible in FE

Susanne Moog info at susannemoog.de
Sat Oct 9 15:06:41 CEST 2010


On 09.10.2010 15:02, Steffen Kamper wrote:
> 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.

This is not "now", that part of the code was already there... only thing
that's new is that hidden content elements are shown by default in live
workspace as long as the user has not clicked the checkbox (ever).

susanne


More information about the TYPO3-team-core mailing list