-
-
Notifications
You must be signed in to change notification settings - Fork 821
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
dev/core#1186 - ignore exception if no description field #15055
dev/core#1186 - ignore exception if no description field #15055
Conversation
(Standard links)
|
@demeritcowboy I think it would be helpful if we were able to generate a unit test here |
@seamuslee001 I agree but I need to push back a little. Just no promises. |
@seamuslee001 I agree but I also think we should be more lenient when people are fixing regressions - so patch desirable but not required here IMHO |
@mattwire are you able to test? |
added a unit test here #15058 |
this looks safe to me & has a test now - merging |
Thanks! |
Thanks @demeritcowboy @eileenmcnaughton |
With PR #14658 applied (currently unreleased) this bug popped up on me today when generating PDF letters. So I applied this patch and can also confirm it fixes the issue. |
Overview
https://lab.civicrm.org/dev/core/issues/1186
Before
Datatables error because of uncaught exception
After
Golden silence.
Technical Details
Comments