Project

General

Profile

Actions

Bug #68177

closed

Wrong Categories on pages with pages_language_overlay

Added by Alexander Krist almost 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Categorization API
Target version:
-
Start date:
2015-07-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
hard
Is Regression:
No
Sprint Focus:
On Location Sprint

Description

We configured categories for pages and pages_language_overlay.

And now there is a problem with determining the category for a page with a language overlay.

We have a page X with an overlay Y. In our rootline we found the categories for page Y. But what we need are the categories for overlay Y.

Er located the problem in RootlineUtility.php:277-284

                    $loadDBGroup->start(
                        $pageRecord[$column],
                        isset($configuration['allowed']) ? $configuration['allowed'] : $configuration['foreign_table'],
                        $configuration['MM'],
                        $uid,
                        'pages',
                        $configuration
                    );
<pre>

There is @'pages'@ in code. For overlays it should be @'pages_language_overlay'@.

But this is not enough to fix the issue.

Related issues 4 (3 open1 closed)

Related to TYPO3 Core - Bug #70460: Categories for translated pages/categories get lostNew2015-10-07

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

Actions
Related to TYPO3 Core - Bug #76629: Assigning translated categories doesn't workClosed2016-06-14

Actions
Is duplicate of TYPO3 Core - Feature #66155: Backend display of localized recordsNew2015-03-30

Actions
Actions #1

Updated by Riccardo De Contardi over 7 years ago

  • Category set to Categorization API
Actions #2

Updated by Oliver Hader over 6 years ago

  • Complexity changed from medium to hard
Actions #3

Updated by Susanne Moog over 5 years ago

  • Sprint Focus set to On Location Sprint
Actions #4

Updated by Susanne Moog over 5 years ago

  • Is duplicate of Feature #66155: Backend display of localized records added
Actions #5

Updated by Susanne Moog over 5 years ago

  • Status changed from New to Closed

Closed as duplicate of #66155

Actions

Also available in: Atom PDF