Show tasks that have a due date, regardless of the actual date #346
Closed
Replies: 2 comments 1 reply
-
Thanks for the idea @Taitava! I will keep it in mind. It will have low priority, though, as the workaround is quite easy as you showed 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to create a view that only shows tasks that have a due date, so it would hide tasks that do not have any due date.
My current workaround is to use
due after
with a long past date like2000-01-01
:This works, but it's not so intuitive. 🙂 Not a big deal, just a small improvement.
As there is already
no due date
, I'd suggest to add something likehas due date
. Thanks!Beta Was this translation helpful? Give feedback.
All reactions