Project

General

Profile

Actions

Bug #88092

closed

PageLayoutView::getLocalizedPageTitle() has wrong null coalesce usage in condition

Added by Andreas Kienast about 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-04-05
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

PageLayoutView::getLocalizedPageTitle() has the condition $this->tt_contentConfig['sys_language_uid'] ?? 0 > 0 which is wrong and basically evaluates to isset($this->tt_contentConfig['sys_language_uid']) ? $this->tt_contentConfig['sys_language_uid'] || 0 > 0


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #84375: Use ServerRequestInterface in PageLayoutControllerClosed2018-03-16

Actions
Actions #1

Updated by Andreas Kienast about 5 years ago

  • Related to Task #84375: Use ServerRequestInterface in PageLayoutController added
Actions #2

Updated by Gerrit Code Review about 5 years ago

  • Status changed from New 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/c/Packages/TYPO3.CMS/+/60400

Actions #3

Updated by Gerrit Code Review about 5 years ago

Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60406

Actions #4

Updated by Gerrit Code Review about 5 years ago

Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60406

Actions #5

Updated by Andreas Fernandez about 5 years ago

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

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF