Actions
Bug #80284
closedUsing fluid viewhelper f.format.case with the attribute "mode" will throw exception
Start date:
2017-03-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi,
using the mode attribute will throw exception:
Undeclared arguments passed to ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Format\CaseViewHelper: mode
This core relevant, because at some places, e.g. typo3/sysext/backend/Resources/Private/Templates/ImageManipulation/ImageManipulationElement.html, the f.format.case viewhelper is used with the mode attribute.
Updated by Susanne Moog over 7 years ago
- Status changed from New to Needs Feedback
Is there a way to reproduce this issue?
The format view helper has an argument "mode" registered, so should not throw that exception. I wasn't able to reproduce it - do you have more info?
Updated by Stefan Berger over 7 years ago
- % Done changed from 0 to 100
Hi Susanne,
further debugging's shows that the fatal don't appear on a fresh installed system. Finally I came the conclusion, that this was a strange side effect resulting from an old local extension.
So this issue could be closed.
Updated by Josef Glatz over 7 years ago
- Status changed from Needs Feedback to Closed
Actions