mirror of
https://github.com/nasa/openmct.git
synced 2025-04-13 14:13:07 +00:00
[TC] Update format on timesystem change
Update the format when the timesystem changes. Fixes https://github.com/nasa/openmct/issues/1585
This commit is contained in:
parent
cc9a2cbf4f
commit
25ff430368
@ -406,6 +406,7 @@ define(
|
||||
var config = this.getConfig(timeSystem, clock);
|
||||
|
||||
this.$scope.timeSystemModel.selected = timeSystem;
|
||||
this.$scope.timeSystemModel.format = timeSystem.timeFormat;
|
||||
|
||||
if (clock === undefined) {
|
||||
this.timeAPI.timeSystem(timeSystem, config.bounds);
|
||||
|
Loading…
x
Reference in New Issue
Block a user