-
-
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
dev/core#926 Fixes bug on searching for removed members of smartgroups #14182
Conversation
(Standard links)
|
0156aac
to
1224cb6
Compare
Test fails relate - that at least tells me the code has good coverage |
29b01c0
to
319c9a0
Compare
319c9a0
to
5d8eca9
Compare
test this please |
sadly re-testing won't help - the fix needs work. I think I know how now.... |
dc4d717
to
7ea7295
Compare
7ea7295
to
ecf6d9a
Compare
I think this is fixed now .- I think this is a regression from 5.10 security patches although I haven't confirmed that - will try to get merged before rc is cut on that basis |
@eileenmcnaughton are those screenshots the correct way around? |
@seamuslee001 they both look wrong don't they! I think that might have been from the earlier attempt that I re-wrote |
test this please |
I'm having trouble testing this PR because the I cannot remove contacts from a smart group without the attached syntax error. |
#14618 incorporates this so I will close this if that is merged |
Also note we should re-test per @Stoob's comments once merged - I think that might already be resolved but unsure |
@eileenmcnaughton i have just re-tested the removal and confirm it still fails as per @Stoob 's comment backtrace is
|
@seamuslee001 so this affects the rc? Let's get a new regression gitlab opened & close this |
Closing this as another PR has merged this stuff tracking the other bug here https://lab.civicrm.org/dev/core/issues/1074 |
thansk @seamuslee001 |
Overview
Fixes a bug whereby it's not possible to search for contacts who have been removed from a smart group (although it works with regular groups)
Before
After
Technical Details
This is an imperfect fix - code is still hard to read & I feel like there is still a logic gap in the code (unchanged) but it
Comments
https://lab.civicrm.org/dev/core/issues/926