Fix import order of asset profiles
This commit is contained in:
parent
b457c5d19f
commit
7e57286667
@ -65,8 +65,9 @@ public class DefaultEntitiesExportImportService implements EntitiesExportImportS
|
||||
private final TbNotificationEntityService entityNotificationService;
|
||||
|
||||
protected static final List<EntityType> SUPPORTED_ENTITY_TYPES = List.of(
|
||||
EntityType.CUSTOMER, EntityType.ASSET_PROFILE, EntityType.ASSET, EntityType.RULE_CHAIN,
|
||||
EntityType.DASHBOARD, EntityType.DEVICE_PROFILE, EntityType.DEVICE,
|
||||
EntityType.CUSTOMER, EntityType.RULE_CHAIN, EntityType.DASHBOARD,
|
||||
EntityType.ASSET_PROFILE, EntityType.ASSET,
|
||||
EntityType.DEVICE_PROFILE, EntityType.DEVICE,
|
||||
EntityType.ENTITY_VIEW, EntityType.WIDGETS_BUNDLE
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user