From e01b0888944e0405e735a032f6dd4e73d5bdd24d Mon Sep 17 00:00:00 2001 From: Aleix Suau Date: Fri, 17 Jul 2020 11:19:02 +0200 Subject: [PATCH] Fix: change the name of the bfc-list-container to bcf-list-container --- ...ntainer.component.html => bcf-list-container.component.html} | 0 .../bcf/list-container/bcf-list-container.component.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename frontend/src/app/modules/bim/ifc_models/bcf/list-container/{bfc-list-container.component.html => bcf-list-container.component.html} (100%) diff --git a/frontend/src/app/modules/bim/ifc_models/bcf/list-container/bfc-list-container.component.html b/frontend/src/app/modules/bim/ifc_models/bcf/list-container/bcf-list-container.component.html similarity index 100% rename from frontend/src/app/modules/bim/ifc_models/bcf/list-container/bfc-list-container.component.html rename to frontend/src/app/modules/bim/ifc_models/bcf/list-container/bcf-list-container.component.html diff --git a/frontend/src/app/modules/bim/ifc_models/bcf/list-container/bcf-list-container.component.ts b/frontend/src/app/modules/bim/ifc_models/bcf/list-container/bcf-list-container.component.ts index 0b8ccdd8df..e5b8d72a1a 100644 --- a/frontend/src/app/modules/bim/ifc_models/bcf/list-container/bcf-list-container.component.ts +++ b/frontend/src/app/modules/bim/ifc_models/bcf/list-container/bcf-list-container.component.ts @@ -17,7 +17,7 @@ import {BcfApiService} from "core-app/modules/bim/bcf/api/bcf-api.service"; import {splitViewRoute} from "core-app/modules/work_packages/routing/split-view-routes.helper"; @Component({ - templateUrl: '/app/modules/bim/ifc_models/bcf/list-container/bfc-list-container.component.html', + templateUrl: '/app/modules/bim/ifc_models/bcf/list-container/bcf-list-container.component.html', styleUrls: ['/app/modules/bim/ifc_models/bcf/list-container/bcf-list-container.component.sass'], providers: [ { provide: HalResourceNotificationService, useClass: WorkPackageNotificationService },