Task #68047
closedEmit a signal for each mapped object
100%
Description
A signal should be emitted whenever the DataMapper created an object.
The signal then could be used to manipulate the object.
Example use case: A user authenticates against a cross domain SSO service and then is being redirected back to the TYPO3 CMS frontend. A user session is initiated and the SSO service is queried for the user attributes. The SSO service responds and the received user attributes are being mapped to the front-end user model. The PHP session storage is used to cache the user attributes for TTL of the SSO session.
Updated by Gerrit Code Review over 9 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 http://review.typo3.org/41088
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41088
Updated by Anonymous over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c16bd65b7b9de08e777f5b273bbca16f4f4e50f7.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed