Project

General

Profile

Actions

Bug #38940

closed

localization of "All languages" in listview possible

Added by Heiko Kromm almost 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Category:
-
Target version:
Start date:
2012-07-13
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

If you have a dataset which is set to "All languages" (sys_language_uid=-1) and enable "Localization view" in List-module there will be a possibility to localize the dataset to other languages, which schould not be allowed.


Files

issue38940.png (183 KB) issue38940.png Mario Rimann, 2013-03-11 11:42

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #71621: Change in PageRepository breaks overlaying of universal language recordsClosed2015-11-17

Actions
Related to TYPO3 Core - Bug #78639: Localizing Records with language "All" impossibleClosed2016-11-10

Actions
Actions #1

Updated by Mario Rimann about 11 years ago

I just tested this on v6.0.3 (on demo.typo3.org) and can confirm the issue. The issue can also be reproduced on 4.5.x (see screenshot).

Actions #2

Updated by Mathias Schreiber over 9 years ago

  • Target version set to 7.4 (Backend)
  • Is Regression set to No
Actions #3

Updated by Andreas Kiessling about 9 years ago

The getRecordOverlay method allows this when the record is rendered in the frontend:

if ($sys_language_content > 0) {
    // Must be default language or [All], otherwise no overlaying:
    if ($row[$GLOBALS['TCA'][$table]['ctrl']['languageField']] <= 0) {
    ...
    }

If no overlay record is found, then it checks for 0 in the original record and unsets it. So IMHO, records with sys_language_uid -1 should be localizable

Actions #4

Updated by Susanne Moog over 8 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #5

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 7 LTS
Actions #6

Updated by Mathias Schreiber over 8 years ago

  • Status changed from New to Accepted
  • Assignee set to Mathias Schreiber
Actions #7

Updated by Gerrit Code Review over 8 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/44409

Actions #8

Updated by Gerrit Code Review over 8 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/44409

Actions #9

Updated by Gerrit Code Review over 8 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44409

Actions #10

Updated by Mathias Schreiber over 8 years ago

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

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF