Project

General

Profile

Actions

Bug #85028

closed

TYPO3 V 7.6.20PageTree does not show subpages on specific page when in filtered mode

Added by Paolo Mistretta almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Pagetree
Target version:
-
Start date:
2018-05-16
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
pagtree empty tree backend menu user interface
Complexity:
Is Regression:
Sprint Focus:

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

http://localhost/typo3/index.php?ajaxID=%2Fajax%2Fext-direct%2Froute&namespace=TYPO3.Components.PageTree

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

before open subtree.png (43.5 KB) before open subtree.png Paolo Mistretta, 2018-05-16 16:51
after request to show subtree.png (51.9 KB) after request to show subtree.png Paolo Mistretta, 2018-05-16 16:51

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #77993: Pagetree filter: Duplicate root page displayed at opening a resulting pageClosed2016-09-19

Actions
Actions #1

Updated by Alexander Stehlik almost 6 years ago

I'm experiencing the same problems :(

I think the issue was already reported here: #77993

Actions #2

Updated by Alexander Stehlik almost 6 years ago

  • Is duplicate of Bug #77993: Pagetree filter: Duplicate root page displayed at opening a resulting page added
Actions #3

Updated by Riccardo De Contardi over 5 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.

Actions

Also available in: Atom PDF