Content Property: Remove unused 'entityType'-property (#20948)

remove unused property
This commit is contained in:
Niels Lyngsø
2025-11-26 10:41:41 +01:00
committed by GitHub
parent ce98184178
commit a364c9e86d

View File

@@ -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,