Project

General

Profile

Actions

Bug #92325

open

Error after language limitation without default language

Added by Alexander Vogt over 3 years ago. Updated over 3 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2020-09-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Editors with two or more allowed languages can select the function "Languages" in the page module. But without the permission to the default language this results in an error.

Steps to reproduce:
  1. Create editor with a limitation to two languages (not default langage)
  2. Login as editor and switch to the function "Languages" in the Page module

=> The error message "Call to a member function getTitle() on null" occours because of the missing permission to the default language.

Another issue is the missing "Languages" function (Page module) for editors with only one language permission (not default language). This occurs because of the following performance fix: https://forge.typo3.org/issues/89125 . With that the function is only visible with a minimum of 2 allowed languages.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #89125: Unnecessary DB queries to sys_languageClosedBenni Mack2019-09-10

Actions
Actions #1

Updated by Alexander Vogt over 3 years ago

  • Related to Bug #89125: Unnecessary DB queries to sys_language added
Actions #2

Updated by Alexander Vogt over 3 years ago

This issue only occurs with the old PageLayout. It works if "fluidBasedPageModule" is enabled.

Actions

Also available in: Atom PDF