Skip to content
Snippets Groups Projects
Unverified Commit faf54500 authored by Doni Rubiagatra's avatar Doni Rubiagatra Committed by GitHub
Browse files

bugfix: browse data sorted using display name (#17542)

parent 2ffb8cb0
Branches
Tags
No related merge requests found
......@@ -718,7 +718,7 @@
:schema schema
:active true
:visibility_type nil
{:order-by [[:name :asc]]})))
{:order-by [[:display_name :asc]]})))
(api/defendpoint GET "/:id/schema/:schema"
"Returns a list of Tables for the given Database `id` and `schema`"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment