Project

General

Profile

Actions

Bug #61535

closed

extbase does not recognize t3lib_ classes in models for backwards compatibility

Added by Nils Blattner over 9 years ago. Updated almost 9 years ago.

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

20140911-patch.diff (991 Bytes) 20140911-patch.diff Nils Blattner, 2014-09-11 14:25
Actions #1

Updated by Riccardo De Contardi almost 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

Also available in: Atom PDF