mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[AAE-1848] fix kebab case files and add tlsint rule (#5481)
* fix kebab case files and add tlsint rule * headless * m 2 in e2e * download file in headless chrome * fix budget * fix import * fix import
This commit is contained in:
@@ -21,7 +21,7 @@ import { FormControl } from '@angular/forms';
|
||||
import { debounceTime, switchMap } from 'rxjs/operators';
|
||||
import { Observable, of } from 'rxjs';
|
||||
import { PerformSearchCallback } from '../../interfaces/perform-search-callback.interface';
|
||||
import { getDisplayUser } from '../../helpers/getDisplayUser';
|
||||
import { getDisplayUser } from '../../helpers/get-display-user';
|
||||
|
||||
@Component({
|
||||
selector: 'adf-people-search-field',
|
||||
|
@@ -19,7 +19,7 @@ import { Component, ViewChild, ViewEncapsulation, EventEmitter, Input, Output }
|
||||
import { PerformSearchCallback } from '../../interfaces/perform-search-callback.interface';
|
||||
import { PeopleProcessService, UserProcessModel, LogService, TranslationService } from '@alfresco/adf-core';
|
||||
import { PeopleSearchFieldComponent } from '../people-search-field/people-search-field.component';
|
||||
import { getDisplayUser } from '../../helpers/getDisplayUser';
|
||||
import { getDisplayUser } from '../../helpers/get-display-user';
|
||||
import { Observable, of } from 'rxjs';
|
||||
import { catchError } from 'rxjs/operators';
|
||||
|
||||
|
Reference in New Issue
Block a user