orchidsoftware / crud

Simplify the process of building CRUD (Create, Read, Update, Delete) functionality in Laravel using the features of Orchid.
https://orchid.software
MIT License
138 stars 34 forks source link

Resources nav grouping issue #28

Closed wsdnathan closed 3 years ago

wsdnathan commented 3 years ago

If displayInNavigation() is set to return false and would otherwise be the first Resource to be displayed in the admin sidebar nav, the ->title('Resources") type grouping never happens so all the Resources get grouped in with whatever grouping came before it.

There is another issue where Resources will have a random sort order in the nav depending on when they were added. Different servers can result in different sort orders. I suggest that the Resources sort order in nav defaults to alphabetical.

tabuna commented 3 years ago

We are now sorting the menu items for crud by natural order. Feel free to reopen the issue if relevant.