Skip to content
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

UP-5005: AdHocGroupTester uses GroupService.SearchMethod.CONTAINS wh… #1146

Merged
merged 1 commit into from Mar 13, 2018

Conversation

drewwills
Copy link
Contributor

@drewwills drewwills commented Mar 13, 2018

…en it should use GroupService.SearchMethod.DISCRETE

https://issues.jasig.org/browse/UP-5005

Checklist
Description of change

The AdHocGroupTester is a PAGS tester that evaluates membership in the associated group based on your membership/non-membership in another group.

To perform these tests, it (necessarily) obtains a reference to this other group through the Groups API.  They way it does so is bugged:  it searches for a group that CONTAINS a string (in its name), when it should search for a group that IS a string.

Consider:  'graduate students' vs. 'undergraduate students'

…n it should use GroupService.SearchMethod.DISCRETE
@drewwills drewwills merged commit 0b9b57b into uPortal-Project:master Mar 13, 2018
@drewwills drewwills deleted the UP-5005 branch March 13, 2018 16:13
@ChristianMurphy ChristianMurphy added this to the 5.1.0 milestone Mar 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants