jigarius / toggl2redmine

Import time from Toggl 2 Redmine.
GNU General Public License v3.0
26 stars 6 forks source link

The plugin forgets the default activity after page reload #77

Closed jigarius closed 1 year ago

jigarius commented 2 years ago

Bug summary During the normal course of using the plugin, it forgets the default activity. Earlier it used to remember it by storing it in the local storage of the browser.

To Reproduce Unknown

Expected behavior The default activity should be pre-populated after it has been selected and applied once.

Device information All platforms

Additional context Maybe this happens because the AJAX call to load activity IDs doesn't finish on time and the app assumes that the dropdown is empty?