@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.
- package/esm2020/core/dashboard/widget-time-context.component.mjs +3 -3
- package/esm2020/ecosystem/packages/package-details/package-details.component.mjs +2 -1
- package/fesm2015/c8y-ngx-components-ecosystem.mjs +1 -0
- package/fesm2015/c8y-ngx-components-ecosystem.mjs.map +1 -1
- package/fesm2015/c8y-ngx-components.mjs +2 -2
- package/fesm2015/c8y-ngx-components.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components-ecosystem.mjs +1 -0
- package/fesm2020/c8y-ngx-components-ecosystem.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components.mjs +2 -2
- package/fesm2020/c8y-ngx-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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) {
|