Actions
Bug #68177
closedWrong Categories on pages with pages_language_overlay
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.
Updated by Riccardo De Contardi about 8 years ago
- Category set to Categorization API
Updated by Oliver Hader about 7 years ago
- Complexity changed from medium to hard
Updated by Susanne Moog about 6 years ago
- Sprint Focus set to On Location Sprint
Updated by Susanne Moog about 6 years ago
- Is duplicate of Feature #66155: Backend display of localized records added
Updated by Susanne Moog about 6 years ago
- Status changed from New to Closed
Closed as duplicate of #66155
Actions