Commit 155a2d6
committed
Set AnalysisTypes on MissionTask in ToMissionRunTask
The AnalysisTypes field on MissionTask was added alongside the
analysis-types model but was never populated when a TaskDefinition
template was turned into a runtime MissionTask. The data was only
copied onto the nested Inspection. This left MissionTask.AnalysisTypes
silently empty for every scheduled mission, and meant the round-trip
back through ToMissionTaskDefinition zeroed out the analysis types.
Populate both fields from the same source so the model is
internally consistent.1 parent 4465eb7 commit 155a2d6
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments