From c3d6f20a4d6de122d8537ef0c5a07502c87f42a7 Mon Sep 17 00:00:00 2001 From: Dan Percic Date: Mon, 4 Oct 2021 13:46:55 +0300 Subject: [PATCH] fix merge --- .../base-screen/base-screen.component.html | 55 ++++++------------- .../dossiers-listing-screen.component.ts | 11 +++- 2 files changed, 27 insertions(+), 39 deletions(-) diff --git a/apps/red-ui/src/app/components/base-screen/base-screen.component.html b/apps/red-ui/src/app/components/base-screen/base-screen.component.html index 30abc60e1..bb66bc9f6 100644 --- a/apps/red-ui/src/app/components/base-screen/base-screen.component.html +++ b/apps/red-ui/src/app/components/base-screen/base-screen.component.html @@ -3,25 +3,6 @@
- - diff --git a/apps/red-ui/src/app/modules/dossier/screens/dossiers-listing/screen/dossiers-listing-screen.component.ts b/apps/red-ui/src/app/modules/dossier/screens/dossiers-listing/screen/dossiers-listing-screen.component.ts index e2622f0fe..071959d12 100644 --- a/apps/red-ui/src/app/modules/dossier/screens/dossiers-listing/screen/dossiers-listing-screen.component.ts +++ b/apps/red-ui/src/app/modules/dossier/screens/dossiers-listing/screen/dossiers-listing-screen.component.ts @@ -11,7 +11,16 @@ import { tap } from 'rxjs/operators'; import { Router } from '@angular/router'; import { DossiersDialogService } from '../../../services/dossiers-dialog.service'; import { groupBy, StatusSorter } from '@utils/index'; -import { DefaultListingServices, ListingComponent, OnAttach, OnDetach, TableComponent } from '@iqser/common-ui'; +import { + EntitiesService, + FilterService, + ListingComponent, + OnAttach, + OnDetach, + SearchService, + SortingService, + TableComponent +} from '@iqser/common-ui'; import { fileStatusTranslations } from '../../../translations/file-status-translations'; import { marker as _ } from '@biesbjerg/ngx-translate-extract-marker'; import { ConfigService } from '../config.service';