@c8y/ngx-components 1018.0.183 → 1018.0.186

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.
@@ -1609,6 +1609,7 @@ class PackageDetailsComponent {
1609
1609
  this.isChangingAvailability = true;
1610
1610
  pckg = await this.packageAvailability.askIfAvailabilityShouldBeSetTo(pckg, newAvailability);
1611
1611
  await this.loadData(pckg);
1612
+ this.contextRouteService.setContext(this.activatedRoute, pckg);
1612
1613
  this.isChangingAvailability = false;
1613
1614
  }
1614
1615
  async loadData(pckg) {