action #104631
Updated by okurz over 2 years ago
## Observation
When I go to "Machines", click on the edit button and put presumable invalid characters into a settings name, e.g. `HDDSIZEGB!!=20` and click the Save button, I don't get an error message.
Apparently an API request is made `http://127.0.0.1:9526/api/v1/machines/1001` which returns 200 OK and `{"result":1}`. But the new setting is not saved, just silently ignored.
If I add a *new* setting with invalid characters, e.g. `foo!!=bar`, then it is saved as `foo=bar`.
## Further details
entrance level issue