Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -62,6 +62,7 @@ public class Edge extends SearchTextBasedWithAdditionalInfo<EdgeId> implements H |
62 | 62 | this.customerId = edge.getCustomerId(); |
63 | 63 | this.rootRuleChainId = edge.getRootRuleChainId(); |
64 | 64 | this.type = edge.getType(); |
65 | + this.label = edge.getLabel(); | |
65 | 66 | this.name = edge.getName(); |
66 | 67 | this.routingKey = edge.getRoutingKey(); |
67 | 68 | this.secret = edge.getSecret(); | ... | ... |