Actions
Bug #80437
closedFAL in fe_users
Start date:
2017-03-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint
Description
In #74375 the fe_users.image was switched in the TCA to FAL, but should it not be done in the FrontendUser Model as well?
In TYPO3 8.6.1 it is set to:
/** * @var string */ protected $image = '';
I think it should be:
/** * @var \TYPO3\CMS\Extbase\Persistence\ObjectStorage<\TYPO3\CMS\Extbase\Domain\Model\FileReference> */ protected $image = null;
And in the getters and setters of course.
Adding the Image to your fluid template results in an error #1256475113: The argument "image" was registered with type "object", but is of type "string" in view helper "TYPO3\CMS\Fluid\ViewHelpers\ImageViewHelper"
Updated by Georg Ringer over 7 years ago
- Description updated (diff)
- Status changed from New to Accepted
Updated by Gerrit Code Review over 7 years ago
- Status changed from Accepted 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/52146
Updated by Georg Ringer over 7 years ago
- Description updated (diff)
- Is Regression changed from No to Yes
- Sprint Focus set to Stabilization Sprint
Updated by Georg Ringer over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a1ef28a83baea3e890f89e39be53d4e48b20eb08.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions