From e8feee1042de2df593c2e7099ff32bf3f66acf4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Mon, 24 Apr 2023 09:43:01 +0200 Subject: [PATCH] rename to contentType --- .../workspace-structure-manager.class.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-structure-manager.class.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-structure-manager.class.ts index b1abd27d07..869a2d61fa 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-structure-manager.class.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-structure-manager.class.ts @@ -27,7 +27,7 @@ export class UmbWorkspacePropertyStructureManager; - #documentTypeRepository: R; + #contentTypeRepository: R; #rootDocumentTypeId?: string; #documentTypeObservers = new Array(); @@ -41,7 +41,7 @@ export class UmbWorkspacePropertyStructureManager { documentTypes.forEach((documentType) => { @@ -73,7 +73,7 @@ export class UmbWorkspacePropertyStructureManager { + new UmbObserverController(this.#host, await this.#contentTypeRepository.byId(data.id), (docType) => { if (docType) { // TODO: Handle if there was changes made to the owner document type in this context. /*