Skip to content

Commit

Permalink
sorting of admin menutypes
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Jul 13, 2023
1 parent ec76eff commit a8fa1b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion administrator/components/com_menus/presets/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
sql_select="title, menutype"
sql_from="#__menu_types"
sql_where="client_id = 1"
sql_order="id DESC"
sql_order="ordering ASC"
>
<menuitem
title="{sql:title}"
Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_menus/presets/menus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
sql_select="title, menutype"
sql_from="#__menu_types"
sql_where="client_id = 1"
sql_order="id DESC"
sql_order="ordering ASC"
sql_target="self"
>
<menuitem
Expand Down

0 comments on commit a8fa1b2

Please sign in to comment.