|
@@ -274,7 +274,7 @@ class EntityManager {
|
|
|
const url = UrlUtils.join('api', model.entity, String(instance.id))
|
|
const url = UrlUtils.join('api', model.entity, String(instance.id))
|
|
|
await this.apiRequestService.delete(url)
|
|
await this.apiRequestService.delete(url)
|
|
|
}
|
|
}
|
|
|
- console.log(repository.all())
|
|
|
|
|
|
|
+
|
|
|
// reactiveUpdate the store
|
|
// reactiveUpdate the store
|
|
|
repository.destroy(instance.id)
|
|
repository.destroy(instance.id)
|
|
|
}
|
|
}
|