shacker / django-todo

A multi-user, multi-group todo/ticketing system for Django projects. Includes CSV import and integrated mail tracking.
http://django-todo.org
BSD 3-Clause "New" or "Revised" License
819 stars 285 forks source link

Saving a completed task makes completed=False #84

Closed james1293 closed 5 years ago

james1293 commented 5 years ago
  1. Create a task.
  2. Mark it as complete.
  3. Edit the completed task.
  4. Save it.
  5. The task is now marked incomplete.

AFAICT, step 5 shouldn't happen. Thoughts?

shacker commented 5 years ago

Thanks - on break right now, will check into this soon.

james1293 commented 5 years ago

No rush! :slightly_smiling_face:

shacker commented 5 years ago

Sorry for the long delay. This is now fixed in 2.4.9. Thanks for the bug report and PR!