Init key_column
This commit is contained in:
parent
4405e4a9b1
commit
e6a3038e46
|
@ -283,6 +283,7 @@ class RefineProject:
|
|||
self.sorting = facet.Sorting()
|
||||
self.history_entry = None
|
||||
# following filled in by get_models()
|
||||
self.key_column = None
|
||||
self.has_records = False
|
||||
self.columns = None
|
||||
self.column_order = {} # map of column names to order in UI
|
||||
|
|
Loading…
Reference in New Issue