mirror of
https://github.com/nasa/openmct.git
synced 2025-04-13 14:13:07 +00:00
[Timeline] Add default values to model
Add default values to model, such that editing which occurs before user supplies these properties does not cause errors to occur. Directly addresses #717, indirectly addresses remaining errant behavior associated with #790.
This commit is contained in:
parent
cbea842c8b
commit
06c6832676
@ -172,7 +172,10 @@ define([
|
||||
}
|
||||
],
|
||||
"model": {
|
||||
"composition": []
|
||||
"composition": [],
|
||||
"start": {
|
||||
"timestamp": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -211,6 +214,12 @@ define([
|
||||
"composition": [],
|
||||
"relationships": {
|
||||
"modes": []
|
||||
},
|
||||
"start": {
|
||||
"timestamp": 0
|
||||
},
|
||||
"duration": {
|
||||
"timestamp": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user