How to reorder the navigation

Hi i have a problem where i can not move mine resource navigation link under the Group, i used
public static function getNavigationSort() :?int
{
return 9;
}
public static function getNavigationSort() :?int
{
return 9;
}
` The last link in the group has this value
public static function getNavigationSort() :?int
{
return 8;
}
public static function getNavigationSort() :?int
{
return 8;
}
Solution:
Navigation items are sorted by group first and by item second. Means you cannot put an item without a group below a group
Jump to solution
4 Replies
Maxwell Mezadre
Maxwell Mezadre2mo ago
Hi, have you defined the navigation sort on the other resources/pages?
mile4841
mile48412mo ago
Yes i defined on the resources that are in the group fro everyone this value
protected static ?int $navigationSort = 2;
protected static ?int $navigationSort = 2;
Solution
Dennis Koch
Dennis Koch2mo ago
Navigation items are sorted by group first and by item second. Means you cannot put an item without a group below a group
mile4841
mile48412mo ago
Okay i understand
Want results from more Discord servers?
Add your server