@c8y/ngx-components 1023.82.8 → 1023.83.2

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.
@@ -1088,7 +1088,7 @@ class EventsComponent {
1088
1088
  return;
1089
1089
  }
1090
1090
  const { context, contextData } = routeContext;
1091
- if ([ViewContext.Device, ViewContext.Group].includes(context)) {
1091
+ if ([ViewContext.Device, ViewContext.Group, ViewContext.Service, ViewContext.Simulators].includes(context)) {
1092
1092
  this.contextSourceId = contextData?.id;
1093
1093
  }
1094
1094
  }