doubleSlashde / KeepTime

Application to track your time spent on different projects each day.
GNU General Public License v3.0
8 stars 3 forks source link

When using feature "change with time" notes are not requested if empty #74

Closed Death111 closed 3 years ago

Death111 commented 4 years ago

When using the change with time feature I am sometimes not asked to add notes. Feature is active and notes are empty.

This may be related to the autosave feature. That it persists the entry with no comment, which may add a "no-notes" and not triggering the callback of the user then`?

Steps to reproduce:

  1. Have work running > 1minute and add no note
  2. Use "Change with time" feature
  3. Project is changed without prompt to enter notes

Working

  1. Have work running < 1minute and add no note
  2. Use "Change with time" feature
  3. Project is changed with prompt to enter notes
Death111 commented 3 years ago

Fixed with #77