This commit is contained in:
mpetrov 2025-02-04 17:12:03 +02:00
parent eb3f6b137f
commit 555acff6b4

View File

@ -173,7 +173,7 @@ export class CalculatedFieldArgumentPanelComponent implements OnInit {
switch (this.entityId.entityType) { switch (this.entityId.entityType) {
case EntityType.ASSET_PROFILE: case EntityType.ASSET_PROFILE:
return { return {
deviceTypes: [this.entityName], assetTypes: [this.entityName],
type: AliasFilterType.assetType type: AliasFilterType.assetType
}; };
case EntityType.DEVICE_PROFILE: case EntityType.DEVICE_PROFILE: