Bug #83056
closedCannot set pageIdSelector configuration on link browser (outside of rte)
100%
Description
Configure this page TSconfig:TCEMAIN.linkHandler.page.configuration.pageIdSelector.enabled = 1
As backend-user:
- Add new Content to a page
- Select "Regular Text Element"
- In the "General" tab, next to the "Link" field, click on the link symbol to open the link browser
- The input field for entering the page UID is not shown
In the PageLinkHandler::modifyLinkAttributes(..) method the link browser uses the "default" configuration (the AbstractLinkBrowserController::getConfiguration() method is called) which is just an empty array that cannot be overwritten. Thus the pageIdSelector property can not be set.
Expected Behaviour:
-> Link browser loads its configuration, which is then checked in the PageLinkHandler::modifyLinkAttributes(..) method. This allows setting of the "pageIdSelector.enabled" property for the link browser. (Note that the link browser when opened from the RTE editor does load a configuration, which allows enabling of the pageIdSelector)
Updated by Riccardo De Contardi almost 7 years ago
- Related to Bug #82942: Wrong Links for pageids in rte_ckeditor in TYPO3 8.7.8 added
Updated by Riccardo De Contardi over 5 years ago
- Related to Bug #88656: RTE.default.buttons.link.pageIdSelector.enabled = 1 is not working added
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61194
Updated by Susanne Moog almost 5 years ago
- Status changed from Under Review to Accepted
Updated by Gerrit Code Review over 4 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64065
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63986
Updated by Markus Klein over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e7c42fcb3ab3b41f2e3900491fd83867b1d4ac79.