Feature: Add academic:updateprofiles command
Description
EXT: provided the academic: for quite a long
time now to create profile automatically for frontend users taking data from
TYPO3 fe_ records. That can be extended by extension or projects to get
import data from other sources like LDAP or other external identity providers.
To further improve that handling the academic: is now added in
a similar way to handle updates of profile data based on the source using the
scheduler, for example to update data imported from external LDAP.
import_ is added to all
extension tables and all domain models got extended to have that property
along with setter und getter in place. Existing imported profile data needs
to be updated in the project to have the identifier in place and custom
create/update profile implementation can use that field to flag it with their
data.
Further a skip_ field is added to tx_
defaulting to false ((INT)0). If this field is set to true/ the update
command excludes these records in a early stage and do not call or dispatch any
further methods or events.
Important
Projects needs to implement own upgrade wizards to set the import_
data before using the new academic: command and also ensure
that custom ProfileFactory implements the additional methods required by the
extended interface to full-fill the requirements for the update command.
Important note
Custom profile factory implementations needs to be updated due to the extended
\FGTCLB\ interface and
implement the update handling part.
This is breaking and needs to be addressed on a update.