Showing
1 changed file
with
3 additions
and
0 deletions
... | ... | @@ -499,6 +499,9 @@ public class EdgeServiceImpl extends AbstractEntityService implements EdgeServic |
499 | 499 | } |
500 | 500 | } else { |
501 | 501 | switch (entityId.getEntityType()) { |
502 | + case EDGE: | |
503 | + List<EdgeId> edgeIds = Collections.singletonList(new EdgeId(entityId.getId())); | |
504 | + return new PageData<>(edgeIds, 1, 1, false); | |
502 | 505 | case DEVICE: |
503 | 506 | case ASSET: |
504 | 507 | case ENTITY_VIEW: | ... | ... |