openwisp / openwisp-firmware-upgrader

Firmware upgrade solution for OpenWRT with possibility to add support for other embedded OSes. Provides features like automatic retry for network failures, mass upgrades, REST API and more.
https://openwisp.io/docs/dev/firmware-upgrader/
Other
53 stars 60 forks source link

[feature] Switch to autocomplete filters and autocomplete organization fields #214

Closed pandafy closed 1 year ago

pandafy commented 1 year ago

We have added support of multi-tenant autocomplete filters in https://github.com/openwisp/openwisp-users/pull/331

We need to update the following filters here:

Let's also change the organization fields of all the admin classes to use autocomplete fields instead of select fields, which do not scale when the number of organization in the system is high.

nemesifier commented 1 year ago

Let's also change the organization fields of all the admin classes to use autocomplete fields instead of select fields, which do not scale when the number of organization in the system is high. I updated the description of the issue.