Bug #85028
closedTYPO3 V 7.6.20PageTree does not show subpages on specific page when in filtered mode
0%
Description
Hi,
when i make filter search in the page tree section, with page id (view figure "brefore open...png") i see the page that i filtered but i can see the sub tree of some subpage (se the picture "after request...png")
i tried to extract the query but i suppose that is correct.
i attach also the api call
with the response
[{"tid":38,"action":"DataProvider","method":"getFilteredTree","type":"rpc","result":[],"debug":""}]
the result is empty, but i have other pages under the pages that i clicked.
however, can someone help me?
need some other information?
SELECT
pid,
uid,
title,
doktype,
tsconfig_includes,
TSconfig,
is_siteroot,
t3ver_oid,
t3ver_wsid,
t3ver_state,
t3ver_stage,
backend_layout_next_level
FROM pages
WHERE uid = 221 AND pages.deleted = 0;
Files