brocaar / chirpstack-application-server

ChirpStack Application Server is an open-source LoRaWAN application-server.
https://www.chirpstack.io
MIT License
502 stars 325 forks source link

Organizations is missing from side navigation dropdown when more than 10 organizations are created. #495

Closed micah-vence closed 4 years ago

micah-vence commented 4 years ago

What happened?

After creating my 11th active organization I was not able to select my first organization from the side navigation dropdown

What did you expect?

I expect to all active organizations to be accessible from the side navigation dropdown.

Steps to reproduce this issue

  1. Create 11 Organizations.
  2. Verify all 11 organizations appear in the side navigation dropdown.

Could you share your log output?

Your Environment

Component Version
Application Server v3.8.0
brocaar commented 4 years ago

It is not intended to show all organizations (e.g. when you have 1000 organizations, this would be a very large dropdown). Instead it shows the first 10 and you can search within the field (it will auto-complete with the 10 closest matches).

micah-vence commented 4 years ago

Hi Brocaar, Thank you for the response, I completely missed the fact that the dropdown was searchable. I am able to search for all my organizations and therefore closing this ticket. Thanks again.