Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Improve DataHandler copy/localize hooks #1291

Open
derhansen opened this issue Oct 17, 2024 · 0 comments
Open

[TASK] Improve DataHandler copy/localize hooks #1291

derhansen opened this issue Oct 17, 2024 · 0 comments

Comments

@derhansen
Copy link
Owner

With TYPO3 v13, most TCA used in core DataHandler is readonly. Therefore the previously used "hack" to prevent event registrations from being copied or localized does not work any more (see #1289).

As a temporary solution, the new field temp_event_uid has been added to tx_sfeventmgt_domain_model_registration table, so non-deleted registrations will be marked as deleted before copy/localize and the updateis reverted after the copy/localize process is finished.

The new solution is however even more "hacky" than the previous one. It would be good, if TYPO3 core would allow extension developers to define $excludeFields used in DataHandler->copyRecord function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant