From 8ad2aced4e960badc71e3fce68a26c8d54410d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Tue, 30 Apr 2024 22:56:15 +0200 Subject: [PATCH] only show inheritance if pure composition ownership --- .../views/design/content-type-design-editor-group.element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/content-type/workspace/views/design/content-type-design-editor-group.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/content-type/workspace/views/design/content-type-design-editor-group.element.ts index 8cfb8aa1f2..9695f79952 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/content-type/workspace/views/design/content-type-design-editor-group.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/content-type/workspace/views/design/content-type-design-editor-group.element.ts @@ -169,7 +169,7 @@ export class UmbContentTypeWorkspaceViewEditGroupElement extends UmbLitElement { @change=${this.#renameGroup} @blur=${this.#blurGroup} ${this._group!.name === '' ? umbFocus() : nothing}> - ${this._inherited && this._inheritedFrom + ${this._hasOwnerContainer === false && this._inheritedFrom ? html`