Actions
Bug #72978
closedrecordlist: DatabaseRecordList tries to add paset button although clipboard controls disabled
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2016-01-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I'm using TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList
in my own extension and do not need the clipboard, thus I disabled them with
$dblist->dontShowClipControlPanels = true; $dblist->showClipboard = false;
I also do not set $dblist->clipObj
- since I don't need the clipboard.
Unfortunately, getDocHeaderButtons()
tries to access this object even though clipboard is disabled.
Actions