k4cg / matomat-service

Matomat as a Service (MaaS)
MIT License
5 stars 2 forks source link

Reject new Items with empty string as name #5

Closed noqqe closed 5 years ago

noqqe commented 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

noqqe commented 5 years ago

screenshot 2019-01-07 at 16 35 58

(Note the the price for the other drinks was fixed by me manually in the DB

winterMate commented 5 years ago

Implemented with PR#12