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.
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58616
Updated by Tymoteusz Motylewski about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2a42940d6b21f9e134879c33b99a315953aa6742.
Actions