Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Sorting breaks nested tasks #25

Open
usernamehw opened this issue Mar 4, 2021 · 1 comment
Open

Sorting breaks nested tasks #25

usernamehw opened this issue Mar 4, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@usernamehw
Copy link
Owner

Example of sorting by priority:

Before sorting:

(C) parent
    (A) nested 1
    (B) nested 2

After sorting:

    (A) nested 1
    (B) nested 2
(C) parent
@usernamehw usernamehw added the bug Something isn't working label Mar 4, 2021
@viswanathgs
Copy link
Contributor

#76 should fix this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants