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); }