pluginsGLPI / genericobject

Genericobject object plugin
http://glpi-plugins.rtfd.io/en/latest/genericobject/index.html
GNU General Public License v3.0
53 stars 58 forks source link

Fix menu entries ordering #358

Closed AdrienClairembault closed 1 year ago

AdrienClairembault commented 1 year ago

Before: image

After: image

This happens be we fetch all items (ordered by name) then group them by their family. The ordering should be done on the family names instead, which can be easily done by sorting the final menu entries.