Project

General

Profile

Actions

Feature #66155

open

Backend display of localized records

Added by Andrea Herzog-Kienast about 9 years ago. Updated over 5 years ago.

Status:
New
Priority:
Must have
Assignee:
-
Category:
Categorization API
Target version:
-
Start date:
2015-03-30
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
nightmare
Sprint Focus:

Description

If you translate a category the translated cat is not shown in the category list of another language.
If you translate aacat, in the database table you see a new category - but not a translated one.
So it is not possible to assign categories whith / or to translations.

IMHO a big problem.

I found similar issues like #61923 and #64417


Related issues 3 (2 open1 closed)

Related to TYPO3 Core - Bug #64417: "Content elements for selected categories" don't translateNew2015-01-22

Actions
Related to TYPO3 Core - Bug #61923: Localization of elements and their categories in the backendAccepted2014-09-27

Actions
Has duplicate TYPO3 Core - Bug #68177: Wrong Categories on pages with pages_language_overlayClosed2015-07-15

Actions
Actions #1

Updated by Mathias Schreiber about 9 years ago

  • Tracker changed from Bug to Feature

This is how the entire core works since.... well... ever.
You will always see the original version of a record, because there is no language switch in the BE.
I'm changing this to a feature.

Actions #2

Updated by Mathias Schreiber about 9 years ago

  • Complexity changed from medium to nightmare
Actions #3

Updated by Andrea Herzog-Kienast about 9 years ago

I don't agree with you. Please translate a category and take a look in the database. A new cat will be shown in the database, but nowhere else. And so it is not usable. So this is not a feature - it is a bug.

Actions #4

Updated by Mathias Schreiber about 9 years ago

This has nothing to do with agreeing or disagreeing.
I would really favor if you read my entire reasoning.

Steps to understand:
Translate a page, go to any Content Element, find the header field, click the Link icon.
The page you link to is always the one in the default language.

In general:
  • Category UID 2 is in default language
  • You translate it via an overlay, the overlay gets the UID 3
  • Since it's an OVERLAY, all relations you set need to be kept to UID 2

This is how translation overlays work at the moment:
If a page gets shown in default language, thus all relations on that page are also set to the default language.
If a page then gets overlaid with a different language, each and every relation will pick the default relation and overlay that with the current language.

It's about referential integrity.

Actions #5

Updated by Mathias Schreiber about 9 years ago

Followup:
The FEATURE is to make the translated category show up.
In order to do that, you need a switch to actually change the language.

A translated record does not exist.
So what you want to have is the possibility to show the language overlays of the records in default language - hence: Feature.

Actions #6

Updated by Xavier Perseguers about 8 years ago

Discussing this with Andrea. I agree this is something that would help a lot editors and a feature editors are actually certainly expecting. So when showing a translated record in say sys_language 2, and a category exists in sys_language 2, it would be really logical and user friendly to show the category in that language instead of the default language, regardless of the user language in use in the Backend, these are 2 different things.

Actions #7

Updated by Andrea Herzog-Kienast about 8 years ago

Thank you Xavier.
The differrence between a bug and an expected feature is something totally different from a devs point of view and not easy to understand.

So if this is not a bug but a feature this will not come up to the core in 6 and 7 - even if there would be a patch. Am I right?

Actions #8

Updated by Susanne Moog over 5 years ago

  • Subject changed from Categories and localisation to Backend display of localized records

The feature should be more complete: not only categories should be shown with overlays according to the current context, that's true for all localizable records (page tree or content elements for example) - as it would be both logical and more usable for a chinese editor to see pages to link in chinese instead of - because it's default - german for example.

Actions #9

Updated by Susanne Moog over 5 years ago

  • Has duplicate Bug #68177: Wrong Categories on pages with pages_language_overlay added
Actions

Also available in: Atom PDF