Bug #91429
closedInitlialisation of $this->where_groupAccess missing in init method of TYPO3\CMS\Frontend\Page\PageRepository
100%
Description
It seems that the condition
$this->where_groupAccess = '';
was deleted by accident in the init method. This missing initialisation seems to break the SOLR indexing of
pages with access restricted groups.
Updated by Oliver Hader over 4 years ago
- Related to Bug #91208: Performance issue in PageRepository for Mega Menus added
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64516
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64516
Updated by Oliver Hader over 4 years ago
After looking closer to the whole class, it looks like the initialization was removed on purpose - since it's overridden in TYPO3 v9's constructor.
What are the effects, warnings, error when indexing with ext:sorl? Could you please provide a stack-trace (if available)? Thx in advance!
Updated by Thomas Hohn over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 78ea2ce3072b21b7453e1ca70c50aee52353735e.
Updated by Gerrit Code Review over 4 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64523
Updated by Benni Mack over 4 years ago
- Status changed from Under Review to Resolved
Applied in changeset 41f444956e09bba5f0857c3212c807ac20572f51.