Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit e3d8ca73 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

fix writing declaration aux

parent 65fbddee
Branches
Tags
No related merge requests found
......@@ -966,15 +966,16 @@ public class JSONFileWriter : IOutputFileWriter
auxOut.Add("Type", auxEntry.Type.Name());
auxOut.Add("Technology", new string[] { });
} else {
auxOut.Add("ID", auxEntry.Type.Key());
auxOut.Add("Type", auxEntry.Type.Name());
auxOut.Add("Technology", engineeringAuxEntry.Technology);
}
auxList.Add(auxOut);
body.Add("Aux", auxList);
}
}
body.Add("Aux", auxList);
}
if (!job.SavedInDeclarationMode && job.Vehicle is IVehicleEngineeringInputData engVehicle) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment