hftlclub / ng-iltis

Angular frontend for ILTIS
MIT License
1 stars 0 forks source link

Creating or updating cratetypes: slot property #70

Closed rweisse closed 6 years ago

rweisse commented 6 years ago

The slot property should be type of number (not string). Thats why each cratetype has got zero slots when creating or updating it via the frontend.

fmalcher commented 6 years ago

Good point. However, the backend should also try to parse an integer from the number string – just in case.