jovandeginste / workout-tracker

A workout tracking web application for personal use (or family, friends), geared towards running and other GPX-based activities
Other
945 stars 31 forks source link

Fix disabling options in profile settings #171

Closed jovandeginste closed 3 months ago

jovandeginste commented 3 months ago

Unchecking options like API access was not working, because unchecked checkboxes are not sent as form values.

This change first unsets all booleans, which may or may not be enabled again through the form.