componentType updated correctly according to the componentType provided by the GUI

parent 06e1cc31
......@@ -48,7 +48,8 @@ class ReadJSWorkPlan(plugin.InputPreparationPlugin):
# the part is brand new
part = {
"id": partID,
"name": partName
"name": partID,
"componentType": partName
}
components.append(part)
order["componentsList"] = components
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment