From aea83e19fa80ade9bb2b719984eb7a378494b7b8 Mon Sep 17 00:00:00 2001 From: Volodymyr Babak Date: Mon, 11 Jan 2021 10:35:47 +0200 Subject: [PATCH] Removed TODO comment after discussion with Vlad --- .../home/components/import-export/import-export.service.ts | 1 - .../app/modules/home/pages/dashboard/dashboard-page.component.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/ui-ngx/src/app/modules/home/components/import-export/import-export.service.ts b/ui-ngx/src/app/modules/home/components/import-export/import-export.service.ts index 4c81748eba..c55027d10c 100644 --- a/ui-ngx/src/app/modules/home/components/import-export/import-export.service.ts +++ b/ui-ngx/src/app/modules/home/components/import-export/import-export.service.ts @@ -603,7 +603,6 @@ export class ImportExportService { private editMissingAliases(widgets: Array, isSingleWidget: boolean, customTitle: string, missingEntityAliases: EntityAliases): Observable { - // TODO: voba - double check with Igor/Vlad regarding this approach to hide aliases let allowedEntityTypes: Array = this.entityService.prepareAllowedEntityTypesList(null, true); diff --git a/ui-ngx/src/app/modules/home/pages/dashboard/dashboard-page.component.ts b/ui-ngx/src/app/modules/home/pages/dashboard/dashboard-page.component.ts index c40562bc9c..f76f3a45df 100644 --- a/ui-ngx/src/app/modules/home/pages/dashboard/dashboard-page.component.ts +++ b/ui-ngx/src/app/modules/home/pages/dashboard/dashboard-page.component.ts @@ -313,7 +313,6 @@ export class DashboardPageComponent extends PageComponent implements IDashboardC this.window.parent.postMessage(JSON.stringify(message), '*'); } - // TODO: voba - double check with Igor/Vlad regarding this approach to hide aliases this.allowedEntityTypes = this.entityService.prepareAllowedEntityTypesList(null, true); }