bsiebens / todoguardian

MIT License
0 stars 0 forks source link

Closing a todo does not invoke the recurrence rules #6

Closed bsiebens closed 3 months ago

bsiebens commented 3 months ago

Describe the bug When closing a todo (via main page, by clicking on the "Mark complete" button), in case recurrence rules are set, no new todo is created.

To Reproduce Steps to reproduce the behavior:

  1. Create todo with rec:+1m
  2. Click on 'Mark complete'

Expected behavior A new todo should be created with dates adjusted based on the supplied recurrence pattern.

Version Version 0.1.0

bsiebens commented 3 months ago

Missed calling the advance_todo function from the complete view.