elementary / elementary/tasks

Bug when repeating task is closed and rescheduled

Open
#242 1 comment 0 reactions 0 assignees View on GitHub
Backend: CalDAV Good First Issue Help Wanted
Dominant language
Vala
Stars
85
Forks
22
Avg merge
12h 10m
Merged PRs (30d)
3

Description

## What Happened

When I close a repeating task which is in the future, [the rescheduling algorithm](https://github.com/elementary/tasks/blob/c45418bc4717b69f1defc386061572b60da51ece/src/TaskModel.vala#L522-L561) creates a new task. Although that's the desired behavior so far, the newly created task takes place at the same time as the closed one:

![Screenshot from 2021-05-21 08-03-20](https://user-images.githubusercontent.com/392542/119090335-c9530580-ba0b-11eb-9c2c-4039fc6a4888.png)

## Expected Behavior

What we really want is to create a new task which takes place in the future _and after_ the closed one.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.