-
Notifications
You must be signed in to change notification settings - Fork 16
IBX-8054: Add extension point for doing cleanup during delete operation #519
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
base: 4.6
Are you sure you want to change the base?
IBX-8054: Add extension point for doing cleanup during delete operation #519
Conversation
This reverts commit 41dddf9.
Co-authored-by: Andrew Longosz <[email protected]>
|
@vidarl How this will affect performance ? |
The use of But it is needed to loop over the handlers, indeed. Calling a method for each handler will cause a small overhead, but overall performance will mostly depend on what each handler actually needs to do. That said, I am fine with removing the |
Related PRs:
Description:
Make an extension point for doing cleanup during delete operation.
For instance, field types may need to clean up data in
ezcontentobject_attribute
table for related contentFor QA:
Documentation: