Actions
Feature #97323
openExtbase queries should respect the pages.hidden field when respecting storage pages
Status:
New
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2022-04-07
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently Extbase only has a table.pid IN (...)
condition-style when respecting storage pages. But actually it should do a join on pages
and also query on pages.hidden = 0
. This would be consistent to other core behavior (if I disable a page in Backend then also it's content is implicitly disabled). At least there should be a way to optionally enable this behaviour, if not being default.
Actions