[39] fix other keys

This commit is contained in:
meisnate12 2022-03-28 16:36:10 -04:00
parent dd4261752e
commit 549c88bf9a
2 changed files with 8 additions and 2 deletions

View file

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

View file

@ -518,7 +518,13 @@ class MetadataFile(DataFile):
sync.pop(collection_title)
self.collections[collection_title] = col
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:
col["test"] = True
if other_name in sync: