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] Organization-independent firmware categories #204

Open okraits opened 2 years ago

okraits commented 2 years ago

Similar to configuration templates, it should be possible to create a firmware category without assigning it to a organization so that it can be used by several organizations.

nemesifier commented 1 year ago

The problem right now is that if I am not mistaken the organization information is only on the category and most of the other objects rely on that for multi-tenancy, so this can be done but would require changing a few parts of the code.