@arsedizioni/ars-utils 20.2.18 → 20.2.20

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.
@@ -3033,6 +3033,7 @@ class ClipperBrowserComponent extends ClipperSearchResultManager {
3033
3033
  ngOnInit() {
3034
3034
  // Initialize filter
3035
3035
  this.filterParams.version = 7;
3036
+ this.filterParams.modules = [{ name: "Normativa vigente", shortName: "Normativa vigente", value: ClipperModule.NormativaVigente }];
3036
3037
  this.initializeFilter();
3037
3038
  // Initialize selection
3038
3039
  this.selection = new SelectableModel(true, 'documentId');