@arsedizioni/ars-utils 19.2.10 → 19.2.11
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.
|
@@ -3506,6 +3506,9 @@ class ClipperBrowserComponent extends ClipperSearchResultManager {
|
|
|
3506
3506
|
else if (module.value === ClipperModule.Giurisprudenza) {
|
|
3507
3507
|
totalUnread = this.clipperService.dashboard.getUnreadItems(module.value, ClipperModel.Juris);
|
|
3508
3508
|
}
|
|
3509
|
+
else if (module.value === ClipperModule.GiurisprudenzaRecente) {
|
|
3510
|
+
totalUnread = this.clipperService.dashboard.getUnreadItems(ClipperModule.Giurisprudenza, null);
|
|
3511
|
+
}
|
|
3509
3512
|
else {
|
|
3510
3513
|
totalUnread = this.clipperService.dashboard.getUnreadItems(module.value, null);
|
|
3511
3514
|
}
|