Actions
Bug #85115
closedCan't copy or cut files in filelist
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2018-05-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If I try to cut or copy a file in filelist backend the ImageViewHelper throws an exception.
I found a commit in the repository which leads to this behavior
https://github.com/TYPO3/TYPO3.CMS/commit/f6953bda186c1cb10d01b37a1e3071148b87b16c
The exception get catched in vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php:81 but fluid use TYPO3Fluid\Fluid\Core\ErrorHandler\StandardErrorHandler even if in Production Context and displayErrors is set to 0.
I think the expected behavior should be that fluid use the TolerantErrorHandler so no Exception is thrown.
Actions