Priority/Impact
Medium (affects some functionality)
Description
I have a issue with adding exercises when logging a workout. When I try to add a extra exercise in my routine the app shows a error and does not log anything.
Step by step:
- I have a routine created
- Start the routine/log for the day
- Add a exercise
- Fill the reps and weight
- Error
After some digging I found that the issue is with missing units for reps and weight, this is a log from the server
django.core.exceptions.ValidationError: ['Repetitions unit must be present if repetitions have a value.']
It took me some time to find this, a default value should be set. That should resolve this issue and also time for others experiencing this.
Server version
2.5.0a1+git6715b84
Mobile app version
1.10.2
Priority/Impact
Medium (affects some functionality)
Description
I have a issue with adding exercises when logging a workout. When I try to add a extra exercise in my routine the app shows a error and does not log anything.
Step by step:
After some digging I found that the issue is with missing units for reps and weight, this is a log from the server
It took me some time to find this, a default value should be set. That should resolve this issue and also time for others experiencing this.
Server version
2.5.0a1+git6715b84
Mobile app version
1.10.2