-
-
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
Fix regression on case export from recent export fix #12517
Fix regression on case export from recent export fix #12517
Conversation
(Standard links)
|
civicrm@3b4adc9 changed the way componentmode is defined It now seems inconsistent
9515b21
to
d5fd18f
Compare
tested and confirmed. this fixes the undefined property warnings. |
@lcdservices adding merge on pass on your review - did you check 5.4? I thought it wasn't there but also thought my head was spinning after looking at this for a while |
I tested against the master branch and could reproduce. After applying the PR the error was removed. |
👍 |
@mattwire do you think 5.4 is affected? |
@eileenmcnaughton Yes looks like 5.4 is affected :-( #12316 and #12320 will need to be backported before this PR can be applied to 5.4 though. |
@mattwire can you do a backport PR for 5.4? |
Overview
Fix enotices & fatal error on case export
Before
After
Technical Details
I experienced a lot of inconsistency in my testing of this & switching to a component specific class that extended the main one seemed much more reliable - and as a approach it offers the possibility of much cleaner code
Comments
I don't think this affects 5.4 rc
@mattwire @lcdservices @kcristiano ping