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
Description
The system does not save an activity when it is imported from a GPX file.
To Reproduce
Steps to reproduce the behavior:
Hit the Import button.
Browse and select a GPX file that was generated earlier using the authoring tool.
Select Import to continue.
Return to "My Activities" display.
See error (there is no new activity in the activities list for the activity that was just imported).
Expected behavior
Once the "Import" button's been hit on the import form/modal, the activity should be saved to the database and show up in the list of all activities. Since creation creates an activity the moment the creation form is satisfied, one would expect the imported activity to also be created the moment the form is completed.
Device Info
OS: Windows 11
Browser: Firefox
The text was updated successfully, but these errors were encountered:
This issue is based on accessing the database where the information for an activity is stored. It mostly has to do with manipulating imported data. Some other related issues are:
Exporting an imported activity doesn't save all the waypoints
Importing an activity with an image in it causes an error
Description
The system does not save an activity when it is imported from a GPX file.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Once the "Import" button's been hit on the import form/modal, the activity should be saved to the database and show up in the list of all activities. Since creation creates an activity the moment the creation form is satisfied, one would expect the imported activity to also be created the moment the form is completed.
Device Info
The text was updated successfully, but these errors were encountered: