Merge pull request #2769 from nasa/telemetry-table-duplicate-request-fix

[Telemetry Tables] Duplicate requests when users change time system
This commit is contained in:
David Tsay 2020-03-25 11:42:34 -07:00 committed by GitHub
commit c994227d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@ define([
}
refreshData(bounds, isTick) {
if (!isTick) {
if (!isTick && this.outstandingRequests === 0) {
this.filteredRows.clear();
this.boundedRows.clear();
this.boundedRows.sortByTimeSystem(this.openmct.time.timeSystem());