You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added mgt-people-picker support for filtering group members when using group-id (#741)
* Update azure-pipelines.yml for Azure Pipelines
* Adding support for group filtering
* Adding support for group filtering
* Adding new method documentation
* Fixing typo
* Bringing back the right port number
* Adding support for transitive search + group
* Adding the react type for transitiveSearch
* Merging getUserFromGroup and findUsersFromGroup
* Removing references to getPeopleFromGroup
* Removing commented code
* Update packages/mgt/src/components/mgt-people-picker/mgt-people-picker.ts
* Adding any and getting unique people from result
* Simplifying the unique people function
* Update packages/mgt/src/components/mgt-people-picker/mgt-people-picker.ts
Co-authored-by: Nikola Metulev <[email protected]>
* Refactoring for a findGroupMembers + simpler logic
* Apply suggestions from code review
Co-authored-by: Nikola Metulev <[email protected]>
filter=`startswith(displayName,'${query}') or startswith(givenName,'${query}') or startswith(surname,'${query}') or startswith(mail,'${query}') or startswith(userPrincipalName,'${query}')`;
0 commit comments