From a364c9e86d68e7404f41454d762d6dc24a8ac67f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 26 Nov 2025 10:41:41 +0100 Subject: [PATCH] Content Property: Remove unused 'entityType'-property (#20948) remove unused property --- .../content/content/workspace/content-detail-workspace-base.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/content/content/workspace/content-detail-workspace-base.ts b/src/Umbraco.Web.UI.Client/src/packages/content/content/workspace/content-detail-workspace-base.ts index caa326e926..3230309c37 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/content/content/workspace/content-detail-workspace-base.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/content/content/workspace/content-detail-workspace-base.ts @@ -668,9 +668,6 @@ export abstract class UmbContentDetailWorkspaceContextBase< // Notice the order of the properties is important for our JSON String Compare function. [NL] const entry: UmbElementValueModel = { editorAlias, - // Be aware that this solution is a bit magical, and based on a naming convention. - // We might want to make this more flexible at some point and get the entityType from somewhere instead of constructing it here. - entityType: `${this.getEntityType()}-property-value`, ...variantId.toObject(), alias, value,