[39] fix other keys

pull/811/head
meisnate12 3 years ago
parent dd4261752e
commit 549c88bf9a

@ -1 +1 @@
1.16.2-develop38 1.16.2-develop39

@ -518,7 +518,13 @@ class MetadataFile(DataFile):
sync.pop(collection_title) sync.pop(collection_title)
self.collections[collection_title] = col self.collections[collection_title] = col
if other_name: if other_name:
col = {"template": {"name": template_name, auto_type: other_keys}, "label": str(map_name)} template_call = {
"name": template_name,
"value": other_keys,
auto_type: other_keys,
"key_name": str(map_name), "key": str(map_name)
}
col = {"template": template_call, "label": str(map_name)}
if test: if test:
col["test"] = True col["test"] = True
if other_name in sync: if other_name in sync:

Loading…
Cancel
Save