[Telemetry Collection] Fixes: abort requests, naming, bindings, errors, time system handling (#4128)

* naming signal correctly for aborint
* updating api call for requesting telemetry collections

Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
Jamie V
2021-08-19 17:21:35 -07:00
committed by GitHub
parent 38880ba3d1
commit d5e32ec494
4 changed files with 32 additions and 10 deletions

View File

@ -149,7 +149,7 @@ define([
this.removeTelemetryCollection(keyString);
this.telemetryCollections[keyString] = this.openmct.telemetry
.requestTelemetryCollection(telemetryObject, requestOptions);
.requestCollection(telemetryObject, requestOptions);
this.telemetryCollections[keyString].on('remove', telemetryRemover);
this.telemetryCollections[keyString].on('add', telemetryProcessor);