@arsedizioni/ars-utils 18.4.93 → 18.4.95

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.
@@ -1403,7 +1403,7 @@ class ClipperSearchResultManager extends ClipperDocumentManager {
1403
1403
  }
1404
1404
  // Update dashboard
1405
1405
  if (changed > 0) {
1406
- this.clipperService.updateUnreadItems(ClipperUtils.getClipperModuleFromModel(item), value ? -1 : 1);
1406
+ this.clipperService.updateUnreadItems(ClipperUtils.getClipperModuleFromModel(item), item.model, value ? -1 : 1);
1407
1407
  this.changeDetector.markForCheck();
1408
1408
  }
1409
1409
  }