Project

General

Profile

Feature #97323

Updated by Stefan P about 2 years ago

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.

Back