Task #95821
closedUserAspect should return all user fields
0%
Description
The UserAspect should output all fields that are registered in the object.
Updated by Guido Schmechel about 3 years ago
https://github.com/TYPO3/typo3/blob/master/typo3/sysext/core/Classes/Context/UserAspect.php#L77
We could add a default case for the switch field.
Updated by Gerrit Code Review about 3 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/c/Packages/TYPO3.CMS/+/72006
Updated by Gerrit Code Review about 3 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/c/Packages/TYPO3.CMS/+/72006
Updated by Gerrit Code Review about 3 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/c/Packages/TYPO3.CMS/+/72006
Updated by Gerrit Code Review almost 3 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72006
Updated by Christian Kuhn almost 2 years ago
- Status changed from Under Review to Rejected
This has been rejected during review: We do not want to fully make the main user property API through the context aspect again since this would further increase the mess of the authentication classes by surfacing the user array as API again.