Skip to content

Commit

Permalink
Merge pull request #1915 from dkarlovi/patch-2
Browse files Browse the repository at this point in the history
feat: use the index for categories to allow fine tuning the menus
  • Loading branch information
dpfaffenbauer authored May 24, 2022
2 parents 76fc742 + 33fe130 commit d8de31d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private function setSortingForListing(Listing $list, CategoryInterface $category
private function setSortingForListingWithoutCategory(Listing $list): void
{
$list->setOrderKey(
'o_key ASC',
'o_index ASC, o_key ASC',
false
);
}
Expand Down

0 comments on commit d8de31d

Please sign in to comment.