Bug #48603
closedClipBoard is not initialized
100%
Description
The FileList now requires the clipObj (clipboard object) to exist prior to executed the start method.
In custom extensions this might not always be the case.
The error does not happen in FileListController because there is clipboard object is created.
Either move the clipboard code or add a guard that does not use the clipboard for generation the icon list if no clipboard object is set.
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21131
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21131
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/21513
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/21514
Updated by Philipp Gampe over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0760e9f780c84c2c757c6718bb79afb067d5388d.