Commit af8ae7f9 authored by Paul Brown's avatar Paul Brown

fix issue with columns not being joined for sorting

parent 7059ff45
...@@ -451,6 +451,9 @@ class ModelView(BaseModelView): ...@@ -451,6 +451,9 @@ class ModelView(BaseModelView):
result[c] = column result[c] = column
if join_tables:
self._sortable_joins[c] = join_tables
return result return result
def init_search(self): def init_search(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment