balena-io / contracts

Balena.io Base Contracts
Apache License 2.0
16 stars 28 forks source link

Fix owa5x slug #350

Closed nghiant2710 closed 1 year ago

nghiant2710 commented 1 year ago

Only use lowercase in slug name

Change-type: patch Signed-off-by: Trong Nghia Nguyen nghiant2710@gmail.com

magnusewe commented 1 year ago

Hi! I noticed that there are duplicate entries for this device type when switching device type for an existing fleet. So some cleanup might be needed. After selecting the wrong device type nothing happens when clicking the "Add device" button. Though when creating a new fleet in the UI only the correct device type is listed.

"id": 443, "slug": "owa5X", "name": "Owasys owa5X"
"id": 444, "slug": "owa5x", "name": "Owasys owa5X"

image image