Actions
Bug #82507
closedusing menu.directory with an invalid level argument renders the top level
Status:
Closed
Priority:
Must have
Assignee:
Category:
Fluid Styled Content
Target version:
Start date:
2017-09-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
using
<ce:menu.directory entryLevel="123" ...> ... </ce:ce:menu.directory>
will return the top-level pages if level 123 does not exist.
This causes weird side-effects as it may expose other websites in the same instance.
Updated by Gerrit Code Review about 7 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54167
Updated by Markus Klein about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 35c3cb3699ea01da96eb363d0e13a977acebd317.
Actions