diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue b/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue index 5e851cb9..e8db9f46 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue @@ -168,10 +168,11 @@ export default { methods: { addEntity(entity) { + this.entities[entity.id] = entity + if (entity.parent_id != null) return // Only group entities that have no parent - this.entities[entity.id] = entity; ['id', 'type', 'category', 'plugin'].forEach((attr) => { if (entity[attr] == null) return