Bug #40195
Task #40095: Move core to namespaces
Namespace: Form: make Filter
Status: | Closed | Start date: | 2012-08-25 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | - | % Done: | 100% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.0 | Is Regression: | ||
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
The filter classes musst be instanciated with the namespace prefix.
See EXT: form/Classes/Utility/FilterUtility::createFilter.
Problem is, that the createFilter does not assemble the correct Filter class path with namespace.
Related issues
History
#1 Updated by Christian Kuhn almost 3 years ago
- Parent task set to #40095
#2 Updated by Stefan Froemken almost 3 years ago
Here is the review:
https://review.typo3.org/#/c/14100/
This patch only solves the namespacing problems described here.
But there are some more problems with this extension:
[Sun Aug 26 00:35:57 2012] [error] [client 192.168.100.21] PHP Fatal error: Call to a member function noWrap() on a non-object in /var/www/typo3_src-git/typo3/sysext/form/Classes/View/Form/Element/ContainerElementView.php on line 58
But I'm not as familar to solve this bug.
Stefan Froemken
#3 Updated by Christian Kuhn almost 3 years ago
- Status changed from New to Closed
patch was abandoned, issue was tackled with related issues.
#4 Updated by Helmut Hummel over 2 years ago
- % Done changed from 0 to 100