Skip to content

Commit 185d5fb

Browse files
committed
Fixed a bug in the generation of data dictionary for views (issue #1992)
1 parent 1c83c8f commit 185d5fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/libcore/src/view.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,7 @@ QString View::getDataDictionary(bool split, bool md_format, const attribs_map &e
884884

885885
tab_names.removeDuplicates();
886886
attribs[Attributes::References] = tab_names.join(", ");
887+
attribs[Attributes::Columns] = "";
887888
aux_attrs.clear();
888889

889890
for(auto &col : gen_columns)

0 commit comments

Comments
 (0)