-
Notifications
You must be signed in to change notification settings - Fork 14
feat: adds getChannelUsersQuery method, bumps to @esri/arcgis-rest-port… #1210
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
Changes from all commits
6df5ce6
41dbd44
dae70c4
c7832ec
26f2ddf
20ce15a
cb220a0
09b463d
450a882
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -218,5 +218,9 @@ async function memberToSearchResult( | |
} | ||
}); | ||
|
||
return enrichUserSearchResult(user, include, requestOptions); | ||
return enrichUserSearchResult( | ||
user, | ||
["org.name as OrgName", ...include], | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Preserving the existing org enrichment when searching for group members to avoid a breaking change since |
||
requestOptions | ||
); | ||
} |
Uh oh!
There was an error while loading. Please reload this page.