-
Notifications
You must be signed in to change notification settings - Fork 68
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
18522, 18525 - updates to REQUEST affiliation #2642
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2642 +/- ##
==========================================
+ Coverage 80.71% 89.50% +8.78%
==========================================
Files 322 178 -144
Lines 11915 9421 -2494
Branches 618 48 -570
==========================================
- Hits 9617 8432 -1185
+ Misses 2289 977 -1312
- Partials 9 12 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…ing org details for affiliated orgs.
Kudos, SonarCloud Quality Gate passed! |
@@ -158,12 +159,19 @@ def search_org(cls, search: OrgSearch, environment: str): | |||
return pagination.items, pagination.total | |||
|
|||
@classmethod | |||
def search_orgs_by_business_identifier(cls, business_identifier, pagination_info: PaginationInfo, environment): | |||
def search_orgs_by_business_identifier(cls, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alotta params, would have combined pagination_info
, excluded_org_types
together - they both affect the query
But this should be ok, environment
we'll eventually gun anyways
Issue #:18522 bcgov/entity#18522
Issue #:18525 bcgov/entity#18525
Description of changes:
Updates to REQUEST affiliation.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the sbc-auth license (Apache 2.0).