Review comments
This commit is contained in:
parent
3b7585cbda
commit
30d46a19d5
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ class MatrixUnits(Units):
|
||||||
for table in req_tables[1:]:
|
for table in req_tables[1:]:
|
||||||
nested_key_name = [
|
nested_key_name = [
|
||||||
s["key"] for s in req_tables[0]["rows"] if
|
s["key"] for s in req_tables[0]["rows"] if
|
||||||
s["type"] == ("{%s}" % table["title"])
|
s["type"] == ("{%s}" % (table["title"],))
|
||||||
][0]
|
][0]
|
||||||
for row in table["rows"]:
|
for row in table["rows"]:
|
||||||
row["key"] = "%s.%s" % (nested_key_name, row["key"])
|
row["key"] = "%s.%s" % (nested_key_name, row["key"])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue