#How to reorder the navigation

6 messages · Page 1 of 1 (latest)

analog blade
#

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; } ```` The last link in the group has this value public static function getNavigationSort() :?int
{
return 8;
}```

fair krakenBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

grim slate
#

Hi, have you defined the navigation sort on the other resources/pages?

analog blade
#

Yes i defined on the resources that are in the group fro everyone this value protected static ?int $navigationSort = 2;

scarlet zinc
#

Navigation items are sorted by group first and by item second. Means you cannot put an item without a group below a group

analog blade
#

Okay i understand