Bug #78270
closed\TYPO3\CMS\Extbase\Reflection\ObjectAccess::getGettablePropertyNames returns wrong property names
100%
Description
Requirements to reproduce:
1) Fluid template with f:cObject and an object as data usage
<f:cObject typoscriptObjectPath="lib.someLibObject" data="{object}" />
2) Object has an property which is annotated as DateTimeZone object
Expected result:
The object should be converted into an array typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php:135
Actual result:
A warning is triggered because DateTimeZone::getOffset needs a parameter
Currently Extbase slightly require a getter method without any parameter. But it can happen that on some objects even the "magic" methods have parameter.
Updated by Gerrit Code Review about 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50197
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50197
Updated by Gerrit Code Review about 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50197
Updated by Gerrit Code Review almost 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50197
Updated by Gerrit Code Review almost 8 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50197
Updated by Gerrit Code Review almost 8 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50197
Updated by Nicole Cordes almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7adb722a100cc682b11d7baf7e8427cfae63643e.
Updated by Gerrit Code Review almost 8 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51361
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51361
Updated by Nicole Cordes almost 8 years ago
- Status changed from Under Review to Resolved
Applied in changeset 7efc092447487c9a8dab3dbd6970c4f5677fabc4.