Actions
Bug #69798
closedEXT:form - TYPO3\CMS\Form\Filter\LowercaseFilter does not exist
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2015-09-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When trying to add the documented lowercase filter the following PHP error message is displayed:
#1440779351: Class "TYPO3\CMS\Form\Filter\LowercaseFilter" does not exist (More information)
The reason is a missing mapping within the object factory.
This should also be fixed for 6.2 LTS.
Updated by Mathias Brodala about 9 years ago
Can you try with TYPO3\CMS\Form\Filter\LowerCaseFilter
instead?
Updated by Björn Jacob about 9 years ago
Yes, also tried it with the following examples:
filters.1 = lowercase
filters.1 = lowerCase
As mentioned inside the object factory there is no according class mapping. We'll take care of it and fix it for 7 and 6.2.
Updated by Björn Jacob about 9 years ago
This is fixed for 7.5. We should backport the fix for 6.2.
Updated by Björn Jacob about 9 years ago
- Subject changed from Forms: TYPO3\CMS\Form\Filter\LowercaseFilter does not exist to EXT:form - TYPO3\CMS\Form\Filter\LowercaseFilter does not exist
Updated by Ralf Zimmermann about 9 years ago
- Status changed from New to Closed
- Assignee set to Björn Jacob
This does not affect TYPO3 6.2.
The bug only exist since 7.4.x-dev https://github.com/TYPO3/TYPO3.CMS/commit/580642ba637447658f0bb762d60dd0482ed73b73
Updated by Björn Jacob about 9 years ago
- Assignee deleted (
Björn Jacob) - TYPO3 Version changed from 6.2 to 7
... and has been fixed with the rewrite.
Actions