Actions
Bug #106349
openNon browsable pages should not be slug candidates
Status:
Under Review
Priority:
Should have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2025-03-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Non browsable pages should not be returned as slug candidates.
Given:
1. there is a page of type sysfolder with ID 2 and slug "/foo"
2. there is a page of type default with ID 3 and slug "/foo"
Slug "foo" will be resolved to the sysfolder even if this page should not have a slug at all as it is not browsable.
Actions