Actions
Bug #80145
closedLink hander to record throws exception with ck_editor
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2017-03-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
ck_editor throws an exception with a custom linkhandler
Argument 1 passed to TYPO3\CMS\Core\Configuration\Richtext::getConfiguration() must be of the type string, array given, called in /var/www/vhosts/vendor/typo3/cms/typo3/sysext/rte_ckeditor/Classes/Controller/BrowseLinksController.php on line 150
It's very easy to reproduce, details on the screenshots attached
Files
Updated by Georg Ringer over 7 years ago
- Status changed from New to Needs Feedback
- Sprint Focus set to Stabilization Sprint
TCEMAIN.linkHandler.anIdentifier { handler = TYPO3\CMS\Recordlist\LinkHandler\RecordLinkHandler label = LLL:EXT:extension/Resources/Private/Language/locallang.xlf:link.customTab configuration { table = tx_news_domain_model_news storagePid = 82 hidePageTree = 1 } scanBefore = page }
this is the config as tet.
I can't reproduce it in current master as there changed quite few things, can you please retest there?
Updated by Fernando Arconada over 7 years ago
TYPO3 8.6.1 -> Exception
TYPO3 8.7-Dev -> works
This version works
Updating typo3/cms (8.6.1 => dev-master 3094854) Checking out 3094854db1
Will this fix be in 8.6.2, isn't it?
Updated by Georg Ringer over 7 years ago
- Status changed from Needs Feedback to Closed
Thanks for the feedback. As it is solved I am closing this issue.
Actions