Actions
Bug #86631
closedPage tree tooltips should contain shortcut and mountpoint details
Start date:
2018-10-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
For some page in v8 I have a toltip:
"id=161856 - Mount Point of Feedback (id=18) - Mount Point redirects to mounted page"
in v9:
"id=161856 - Mount Point of Feedback (id=18)"
and for shortcuts:
is:
id=29 - Shortcut to page (id=0)
should be:
id=29 - Shortcut to page (id=0), Shortcut Mode First subpage of selected/current page
The issue is that some fields are not selected in the pageTreeRepository, so BackendUtility::titleAttribForPages is missing them.
Actions