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
Updated by Alexander Stehlik over 6 years ago
I'm experiencing the same problems :(
I think the issue was already reported here: #77993
Updated by Alexander Stehlik over 6 years ago
- Is duplicate of Bug #77993: Pagetree filter: Duplicate root page displayed at opening a resulting page added
Updated by Riccardo De Contardi about 6 years ago
- Status changed from New to Closed
I close this issue as a duplicate of #77993 , please continue the discussion there, thank you.
A reference has been added to this issue to keep track of it
If you think that this is the wrong decision, then please reopen it or open a new ticket and add a relation to this ticket number.