fablabbcn / smartcitizen-api

The Smart Citizen Engine
https://developer.smartcitizen.me
GNU Affero General Public License v3.0
10 stars 4 forks source link

`device.name` shouldn't be allowed to be `null` #305

Closed oscgonfer closed 4 months ago

oscgonfer commented 4 months ago

As the title says, there is no check for device.name non-nullity. This should be in both the front-end forms and API.

timcowlishaw commented 4 months ago

Fixed in 812f8f4 on refactor branch