Bug #81622
closedWrong comment for sys_language_contentOL
100%
Description
The comment in TSFE for sys_language_contentOL should be fixed
is:
/** * Site content overlay flag; If set - and sys_language_content is > 0 - , * records selected will try to look for a translation pointing to their uid. (If * configured in [ctrl][languageField] / [ctrl][transOrigP...] * @var int */ public $sys_language_contentOL = 0;
should be:
/** * Site content overlay flag; If set - and sys_language_content is > 0 - , * records selected will try to look for a translation pointing to their uid. (If * configured in [ctrl][languageField] / [ctrl][transOrigP...] * Possible values: [0,1,hideNonTranslated] * This flag is set based on TypoScript config.sys_language_overlay setting * * @var int|string */ public $sys_language_contentOL = 0;
Updated by Tymoteusz Motylewski over 7 years ago
Or even better, the comment should be based on the recently updated documentation:
https://docs.typo3.org/typo3cms/TyposcriptReference/Setup/Config/Index.html?highlight=sys_language_contentol#sys-language-overlay
I see right now that my proposal from the ticket is not clear enough.
Updated by Gerrit Code Review over 7 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53493
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53493
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53527
Updated by Ruslan Steiger over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 86166840e90202ce519780ded791900c7772cd6a.