@sumaris-net/ngx-components 2.5.9 → 2.5.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29775,6 +29775,8 @@ class EntitiesAsyncTableDataSource extends AsyncTableDataSource {
29775
29775
  try {
29776
29776
  // Call service deletion
29777
29777
  await this.dataService.deleteAll(data, this.saveAllOptions);
29778
+ // Wait propagation (e.g. update cache, then received update from dataService.watchAll())
29779
+ await sleep(500);
29778
29780
  // Workaround, to be sure all rows have been deleted
29779
29781
  // Sometime, the service miss deletion, or GraphQl cache remove failed.
29780
29782
  // In this case, apply missing deletion using the parent delete() function