-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
More del() deprecations in favour of standard deleteRecord() #25006
Conversation
(Standard links)
|
Thanks! Just to clarify, the pattern is to move any extra logic from the del function into hooks. In the first file of the PR, extension del contains nothing but the delete itself, so there's nothing to move. That file doesn't need a hook and doesn't need to implement HookInterface |
f899f9d
to
d74e726
Compare
All looks good. Thanks for working on this @aydun |
@colemanw Can you see why this is failing? From the stack trace, it seems to be doing the expected things. It gets to |
@aydun well the difference is that you've changed it from calling Or we could punt and change them back to using |
Might be easier to pull out that BAO from this & handle on it's own |
Ok, MailingAB moved out of here to #25024 |
Same error by a different path.... I'll move Mailing as well |
Well that got this one merged :-) |
Overview
Follow on to #24999
This is a bit mechanical so please review the diffs.