You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the user is going to create an object, he needs to enter a scale value. If the user tries to enter a fractional value representing decimal places with a comma (,) and not a dot (.), this breaks the system. That way, you are unable to access Collection and My Stuff pages, and also create a new artwork (i.e nothing related to the object you just created).
To reproduce the bug
Go to Upload Object page;
In the scale form, put in a number separated with a comma;
Fill in all of the other forms;
Click "Submit" button;
Try to access Collection, My Stuff or Create Artwork page.
Expected behavior
The system understands the entered value as a float, handles it, stores it and the user can continue using the app normally.
Screenshots
Please, tell us which device/browser is used when finding the bug:
OS: Linux Ubuntu 20.04
Browser: Mozilla Firefox
Version: 81.0.2
The text was updated successfully, but these errors were encountered:
Describe the bug
When the user is going to create an object, he needs to enter a scale value. If the user tries to enter a fractional value representing decimal places with a comma (,) and not a dot (.), this breaks the system. That way, you are unable to access Collection and My Stuff pages, and also create a new artwork (i.e nothing related to the object you just created).
To reproduce the bug
Expected behavior
The system understands the entered value as a float, handles it, stores it and the user can continue using the app normally.
Screenshots
Please, tell us which device/browser is used when finding the bug:
The text was updated successfully, but these errors were encountered: