We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From the Actionable tab, click on the + to create a new task, with the following contents:
parent - child1 - child2
I see this in the Actionable tab:
which is not correct but that's a known problem - see #1039
After clicking on Open and back on Actionable:
Now click on the checkboxes to mark the children as done:
They don't disappear even though they should, but that's again #1039
After clicking on Open and back on Actionable again, parent is visible. Open it:
parent
Click on Mark as Done - it becomes
Close task. It still looks undone
Let's blame the view again and click Open->Actionable. Now the children are undone again:
Notes:
GTG: 0.7-dev-20241206 Flatpak: 1.14.10 Snap: False Display Name: wayland-0 Desktop: GNOME lxml: True caldav: True Cheetah3: True dbus-python: True pdflatex: False pypdftk: False
The text was updated successfully, but these errors were encountered:
Use Task.set_status to mark tasks as done or active
6cfde42
Fixes GitHub issue getting-things-gnome#1180
cd348da
Fixes GitHub issue #1180
Successfully merging a pull request may close this issue.
From the Actionable tab, click on the + to create a new task, with the following contents:
I see this in the Actionable tab:
which is not correct but that's a known problem - see #1039
After clicking on Open and back on Actionable:
Now click on the checkboxes to mark the children as done:
They don't disappear even though they should, but that's again #1039
After clicking on Open and back on Actionable again,
parent
is visible. Open it:Click on Mark as Done - it becomes
Close task. It still looks undone
Let's blame the view again and click Open->Actionable. Now the children are undone again:
Notes:
The text was updated successfully, but these errors were encountered: