-
Notifications
You must be signed in to change notification settings - Fork 382
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
FieldUserRenderer uses email prop for GetPropertiesFor #84
Comments
@AJIXuMuK to be fair, its probably not much you can do at the moment when I'm thinking about it, since the IFieldCustomizerCellEventParameters for Person fields only returns email, id, picture, sip and title props. It is users from AD, I have no idea why they have done it like that, probably have some reasons for it. I don't know, maybe add another property for |
Created a PR #85 to fix the issue. |
Category
[ ] Enhancement
[x] Bug
[ ] Question
Version
Please specify what version of the library you are using: [1.4.0]
Expected / Desired Behavior / Question
The
FieldUserRenderer
uses the email property in_requestUserProfile
forGetPropertiesFor
. Now that works in most cases, but I have encountered some customer where email and account name is not the same. Then I have to send in the account name as email to get it to work.https://github.com/SharePoint/sp-dev-fx-controls-react/blob/05d6045173360be4712b712abb8c65e455c269a8/src/controls/fields/fieldUserRenderer/FieldUserRenderer.tsx#L249
The text was updated successfully, but these errors were encountered: