-
-
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#163 Improve inclusion of disabled groups when getting all ma… #12277
Conversation
(Standard links)
|
@seamuslee001 hmm - we should probably check why the '' doesn't work |
I was noticing queries getting generated like ```
|
running |
hmm - I feel like that's wrong behaviour though & we should bang in some tests - we expect '' to be ignored by the api don't we? |
@eileenmcnaughton its a tricky one to me because in some cases '' feels like it should be allowable e.g. your searching for say a blank last_name in the db or something that is not null but just an empty string |
@seamuslee001 I think the above query is coming from multisite extension - however I now think just not passing is_active is correct here |
ok will update PR |
8c03df0
to
d869756
Compare
@eileenmcnaughton PR updated now |
Jenkins re test this please |
(@eileenmcnaughton triggering a retest following merging of your group pr just in case) |
@seamuslee001 the PR this is a follow up on is not in 5.3 rc is it? |
@eileenmcnaughton it looks like it is in 5.3 should i put this against the RC? |
@seamuslee001 yep |
… mailing accessable by a user by removing is_active filter alltogether
d869756
to
e1e7b65
Compare
done @eileenmcnaughton |
Merging as per the tag @eileenmcnaughton btw i confirmed that the last master version (with your pr merged) also passed |
…ilings user is able to access
@eileenmcnaughton this is a minor improvement in the code, i had to back out of the previous version from AUG's prod because i think it was still interpreting the '' in strange way but this version has been successfully tested on a dev site.