mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
[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:
@@ -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
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user