fabrikantencore 2.4.7 → 2.4.8

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.
@@ -11644,7 +11644,9 @@ class FabrikantenService {
11644
11644
  ChangeDetectorRef.detectChanges();
11645
11645
  this.TriggerReloads(ChangeDetectorRef);
11646
11646
  if (this.ProcessParameters(ActivatedRoute, ChangeDetectorRef)) {
11647
- this.NavigateService.RefreshPage();
11647
+ if (ActivatedRoute?.snapshot.paramMap.get("category") == null || ActivatedRoute?.snapshot.paramMap.get("category") == "") {
11648
+ this.NavigateService.RefreshPage();
11649
+ }
11648
11650
  this.Loaded = true;
11649
11651
  }
11650
11652
  }, (error) => {