This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Description
Describe the bug
We have a number of choices arguments for models in Sal. This prevents users from inputting invalid values from forms... Unfortunately, the code itself can happily set values that are not one of the choices. This creates a situation where the DB may have values it was never meant to, and client code may blow up.
To Reproduce
- Check in a device and use the operatingsystem "AcornOS" or perhaps "Debian".
- Watch the operatingsystem plugin thrash.
Expected behavior
In most cases we probably want to reject invalid values.