Skip to content

Commit

Permalink
Sort the portals by label, not by name
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelGabriel committed Oct 10, 2023
1 parent d73e099 commit 6b1f0ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<li
class="gn-menuitem-xs"
role="menuitem"
data-ng-repeat="p in portals | filter: {listableInHeaderSelector: true} |orderBy:'name'"
data-ng-repeat="p in portals | filter: {listableInHeaderSelector: true} |orderBy:'label'"
>
<a href="../../{{p.uuid}}/{{lang}}/catalog.search">
<img
Expand Down

0 comments on commit 6b1f0ec

Please sign in to comment.