-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
Deprecate CRM_Financial_BAO_EntityFinancialAccount::del()
#25026
Conversation
(Standard links)
|
Wow, this BAO had not only a |
I've dug a bit deeper into this class and the weirdness continues...
|
Change 'setStatus' to exceptions and create status messages at form layer.
CRM_Financial_BAO_FinancialTypeAccount::del()
CRM_Financial_BAO_EntityFinancialAccount::del()
Test fails will be magically resolved at midnight utc Test Result (2 failures / ±0) |
@aydun I'm not sure not deleting the related entity was correct. I merged but digging into that part now |
Ah - it was the wrong way around - deleting the FinancialTypeAccount should delete the EntityFinancialTypeAccount - putting up a fix for that |
Deprecate
CRM_Financial_BAO_EntityFinancialAccount::del()
Change 'setStatus' to exceptions and create status messages at form layer.
Was originally: 'Deprecate
CRM_Financial_BAO_FinancialTypeAccount::del()
' but see Coleman's notes below and #25036