Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #35 from systemseed/mainmenu
Browse files Browse the repository at this point in the history
[#155932196] Fixed sorting of main menu items - added sorting by title.
  • Loading branch information
otarza authored Apr 19, 2018
2 parents 2a37568 + c637663 commit 0772712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend-gifts/src/actions/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function loadAll() {
'filter[menu_name][condition][value]': 'main',
'filter[enabled][condition][path]': 'enabled',
'filter[enabled][condition][value]': 1,
'sort': 'weight'
'sort': 'title,weight'
})
};
}

0 comments on commit 0772712

Please sign in to comment.