-
Notifications
You must be signed in to change notification settings - Fork 569
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
"Remind me to track" from time doesn't save when changed #1339
Comments
https://app.intercom.io/a/apps/ayixs927/conversations/21189600004 Referencing cases for examples and to contact users when fixed |
At the moment we're recommending users disable the extension to prevent the problem from occurring, That is working as an option while we await a solution. |
## [1.23.2](1.23.1...1.23.2) (2019-03-14) ### Bug Fixes * **settings:** From interval not being saved ([97f569f](97f569f)), closes [#1339](#1339)
🎉 This issue has been resolved in version 1.23.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Just marking that all users were contacted |
This issue occurs to me for both from and to keys. I am using Linux, Firefox with Toggl Track 3.0.29. |
🐛 Describe the bug
Changing the "from" time of the tracking reminder does not save by itself. It is only saved when you changed the "to" time.
Expected behaviour
Changes to only the "from" time is saved.
Steps to reproduce
Steps to reproduce the behaviour:
Other details or context
Looks like the event handler is incorrectly calling
Settings.saveSetting();
without any values.The text was updated successfully, but these errors were encountered: