Actions
Bug #80436
closedLinkhandler record browsing not working with CKEditor
Start date:
2017-03-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Apparently the linkhandler record browsing introduced with #79626 is not working with CKEditor.
Internally CKEditor always passes tt_content
as table in BrowseLinksController::getUrlParameters
which in turn prevents record listing due to a check in AbstractDatabaseRecordList::generateList()
which disallows tables aside from $this->table
filled from $_GET['table']
.
Actions