diff --git a/common/data/src/main/java/org/thingsboard/server/common/data/edge/Edge.java b/common/data/src/main/java/org/thingsboard/server/common/data/edge/Edge.java index 67319740ca..44025ad18a 100644 --- a/common/data/src/main/java/org/thingsboard/server/common/data/edge/Edge.java +++ b/common/data/src/main/java/org/thingsboard/server/common/data/edge/Edge.java @@ -62,6 +62,7 @@ public class Edge extends SearchTextBasedWithAdditionalInfo implements H this.customerId = edge.getCustomerId(); this.rootRuleChainId = edge.getRootRuleChainId(); this.type = edge.getType(); + this.label = edge.getLabel(); this.name = edge.getName(); this.routingKey = edge.getRoutingKey(); this.secret = edge.getSecret();