mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
disable outdated user info components in demo shell [ci:force]
This commit is contained in:
@@ -142,7 +142,6 @@ export class PeopleCloudComponent implements OnInit, OnChanges, OnDestroy {
|
||||
@ViewChild('userInput')
|
||||
private userInput: ElementRef<HTMLInputElement>;
|
||||
|
||||
private fullNamePipe = new FullNamePipe();
|
||||
private searchUsers: IdentityUserModel[] = [];
|
||||
private onDestroy$ = new Subject<boolean>();
|
||||
|
||||
@@ -412,7 +411,7 @@ export class PeopleCloudComponent implements OnInit, OnChanges, OnDestroy {
|
||||
}
|
||||
|
||||
getDisplayName(user: UserLike): string {
|
||||
return this.fullNamePipe.transform(user);
|
||||
return new FullNamePipe().transform(user);
|
||||
}
|
||||
|
||||
private isMultipleMode(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user