Project

General

Profile

Actions

Bug #56384

closed

Function setSysPageWhereClause() in TypoScriptFrontendController should call enableFields()

Added by Markus Hölzle over 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-02-27
Due date:
% Done:

0%

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

Description

In \TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController in function setSysPageWhereClause() in line 1785

$this->sys_page->where_groupAccess = $this->sys_page->getMultipleGroupsWhereClause('pages.fe_group', 'pages');

should be

$this->sys_page->where_groupAccess = $this->sys_page->enableFields('pages');

It's not possible to hook the enableFields function if it's not called.

Actions

Also available in: Atom PDF