Commit eb43f494 authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #760 from longhotsummer/patch-1

Fix SQLAlchemy default sort order when column name is ambiguous.
parents c8131d72 623f573b
......@@ -716,7 +716,7 @@ class ModelView(BaseModelView):
join_tables, attr = self._get_field_with_path(field)
return join_tables, field, direction
return join_tables, attr, direction
return None
......
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