Actions
Feature #99196
openPage tree: Search for slug
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Pagetree
Target version:
-
Start date:
2022-11-25
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The page tree search currently looks for uid, title and nav_title.
When looking at a page in the frontend, and then wanting to look up the page in the backend, the easiest way is to copy the URL path and paste it into the page tree search in the TYPO3 backend. Sometimes, the URL path is completely different from the title or navigation title, thus the page tree search does not find anything.
It would be nice if the page tree search would also look in the slug
field, in addition to uid
, title
and nav_title
.
Updated by Christian Weiske almost 2 years ago
- Related to Feature #92576: Page Tree filter: make it possible to explicitly filter by uid - to go to a specific page in the pagetree added
Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76826
Actions