Fix flag issue (#641)

This commit is contained in:
Chris 2025-12-03 17:05:25 +02:00 committed by GitHub
parent 270a80f71b
commit 95c76daaf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,7 @@ function captureOldValues(task) {
due_date: task.due_date,
project_id: task.project_id,
note: task.note,
today: task.today,
recurrence_type: task.recurrence_type,
recurrence_interval: task.recurrence_interval,
recurrence_end_date: task.recurrence_end_date,