Closed noqqe closed 5 years ago
Hi,
I accidentally created an item with an empty string as name.
{'cost': 0, 'id': 7, 'name': ''}
This should be forbidden by the backend.
Suggest min:3 max:32 chars
(Note the the price for the other drinks was fixed by me manually in the DB
Implemented with PR#12
Hi,
I accidentally created an item with an empty string as name.
This should be forbidden by the backend.
Suggest min:3 max:32 chars