mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Also set base_file metadata when deserialising just metadata
Contributes to issue CURA-4243.
This commit is contained in:
parent
d29d73413f
commit
17ede12573
1 changed files with 2 additions and 1 deletions
|
@ -643,7 +643,8 @@ class XmlMaterialProfile(InstanceContainer):
|
|||
"type": "material",
|
||||
"status": "unknown", #TODO: Add material verification.
|
||||
"container_type": XmlMaterialProfile,
|
||||
"id": container_id
|
||||
"id": container_id,
|
||||
"base_file": container_id
|
||||
}
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue