Actions
Bug #91726
openTransient annotation is ignored
Status:
New
Priority:
Must have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2020-06-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In Core versions up to 8.7 the method \TYPO3\CMS\Extbase\Reflection\ReflectionService::buildClassSchema
has evaluated the "transient" annotation of Extbase model properties. Transient properties have been ignored.
Since #57594 this behaviour is gone.
ToDo
- Fix code to adhere this annotation again
- Add some descriptive text to the annotation class to explain what it is actually good for
Updated by Markus Klein over 4 years ago
- Related to Task #57594: Optimize ReflectionService Cache handling added
Updated by Markus Klein over 1 year ago
- Related to Bug #91727: Exception if model has class members without accessors added
Actions