-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to open workouts without a name #388
Comments
jovandeginste
added a commit
that referenced
this issue
Jan 8, 2025
The name display of workouts and route segments has been improved to handle long names and empty names more gracefully. A new helper function `Name` was added to handle this consistently across the application. Fixes #388 Signed-off-by: Jo Vandeginste <[email protected]>
There should not be workouts with empty names (there must be a bug somewhere else), but in case it happens, there will now be a placeholder. |
Would you be able to provide me such a gpx file with limited personal information? |
Thanks for the quick fix. The placeholder '(no name)' works as expected for workouts without a name. I've sent the GPX sample to your email. |
Now fixed in #390 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the 'Workouts' list, workouts cannot be opened if they lack a name. These workouts are imported as *.gpx files using the auto-import directory feature and are originally exported by HealthFit (iOS).
Suggested solutions:
The text was updated successfully, but these errors were encountered: