Actions
Bug #61535
closedextbase does not recognize t3lib_ classes in models for backwards compatibility
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2014-09-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
Hi there
When an extbase extension should be compatible in 4.5 and 6.2 branches, a model property with a prefix other than Tx_ and no namespacing causes fatals.
I had this problem with a protected static property that held a caching framework frontend.
To solve this, additional cases should be included in the TypeHandlingUtility.
The case t3lib_ is solved in the attached patch.
Cheers
Files
Updated by Riccardo De Contardi over 9 years ago
- Status changed from New to Closed
this won't be fixed, because there is no need to handle cases that only depend on a no longer maintained version (4.5); no more compatibility with 4.x branch is necessary/will be supported.
Actions