[AAE-9314] Fix preselected user display in completed task (#7688)

* [AAE-9314] Fix preselected user display in completed task

* [AAE-9314] add unit tests

* Trigger travis
This commit is contained in:
Tomasz Gnyp
2022-06-28 12:48:50 +02:00
committed by GitHub
parent e529d3bd74
commit 93c5619e23
4 changed files with 109 additions and 8 deletions

View File

@@ -26,7 +26,6 @@ import {
SimpleChanges,
OnChanges,
OnDestroy,
ChangeDetectionStrategy,
ViewChild, ElementRef, SimpleChange
} from '@angular/core';
import { Observable, of, BehaviorSubject, Subject } from 'rxjs';
@@ -54,7 +53,6 @@ import { ComponentSelectionMode } from '../../types';
])
],
providers: [FullNamePipe],
changeDetection: ChangeDetectionStrategy.OnPush,
encapsulation: ViewEncapsulation.None
})