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.
Actions