Project

General

Profile

Actions

Bug #81622

closed

Wrong comment for sys_language_contentOL

Added by Tymoteusz Motylewski almost 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-06-19
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
On Location Sprint

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;

Actions #1

Updated by Tymoteusz Motylewski almost 7 years ago

  • Complexity set to no-brainer
Actions #2

Updated by Susanne Moog almost 7 years ago

  • Sprint Focus set to On Location Sprint
Actions #3

Updated by Tymoteusz Motylewski almost 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.

Actions #4

Updated by Gerrit Code Review almost 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

Actions #5

Updated by Gerrit Code Review almost 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

Actions #6

Updated by Gerrit Code Review almost 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

Actions #7

Updated by Ruslan Steiger almost 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF