This commit is contained in:
Peter Paul Kirschner 2022-10-04 21:26:49 +02:00
parent bbb86f5a51
commit d39306b547
3 changed files with 4 additions and 3 deletions

View File

@ -76,7 +76,8 @@ Version|Date|Comments
2.0.0|Sep 18 2020|React hooks, paging, dynamic search props, result alignment using office ui fabric stack.
3.0.0|Oct 17 2020|Minor fixes and add the additional web part property.
3.0.1|March 4 2021|Bugfix 'Sort People by'
3.0.2|Oct 3 2022|Minor styling fixes and people container position
3.0.2|Oct 3 2022|Minor styling fixes and people container position
3.0.3|Oct 4 2022|Fix for LivePersonaCard
## Disclaimer

View File

@ -10,7 +10,7 @@
},
"name": "Search Directory",
"id": "5b62bc16-3a71-461d-be2f-16bfcb011e8a",
"version": "3.0.2.0",
"version": "3.0.3.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false

View File

@ -67,7 +67,7 @@ export class PersonaCard extends React.Component<
this.state.livePersonaCard,
{
serviceScope: this.props.context.serviceScope,
upn: this.props.profileProperties.Email,
legacyUpn: this.props.profileProperties.Email,
onCardOpen: () => {
console.log('LivePersonaCard Open');
},