We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08fdcb8 commit 91f74f9Copy full SHA for 91f74f9
core/tasks/get_data_old.py
@@ -239,6 +239,8 @@ def get_tags_data_for_exportable(
239
master[key_title] = [a for e in c["excel")["values") for a in e if a]
240
241
"""
242
+ if "common" in ex:
243
+ ex["excel"].update(ex["common"])
244
output = [c for a in ex["excel"]["values"] for c in a if c]
245
246
elif tip == "matrix1dWidget":
0 commit comments