-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
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
notifications: show notifications for all active dates #505
base: master
Are you sure you want to change the base?
notifications: show notifications for all active dates #505
Conversation
I just noticed that this still doesn't work for repeater dates. (But I guess this PR is already an improvement over the status quo). |
I think this should be a configurable option. This way it doesn't break current behavior. What do you think? |
I have made the same change in my fork, and the reasoning in the linked issue is sound and I agree with it, but from a software product standpoint it would make sense to make it a configurable option for backwards compatibility and extensibility. |
Hey, sorry for not getting back to you @jgollenz, and thanks for your interest @dtvillafana. I'm still using this patch as well. |
Sorry, forget what I said. This is not about the agenda but about notifications. Yes I suppose one could have a config option whether to show notifications for active timestamps. I still wonder what the reasoning is to not show notifications for timestamped events by default, but to show them for SCHEDULED and DEADLINE. |
I took a look at the docs and actually the behavior you expect should already be happening, so strictly speaking this is a bug fix 😉 It says
I tested your change and it looks good to me. When you mark the PR as ready I can merge it 👍 |
@dtvillafana in this case behavior was actually not in line with what the docs say, so I don't consider it necessary to add an option. If need for it exists, we can think of introducing it but for now this is a bug-fix. |
90436c9
to
789a267
Compare
Ok, ready for review! |
Did some more checks and it seems that
have no effect any more. I get notifications for both DEADLINE and SCHEDULED tasks even when they should be turned off. Can you confirm this? |
Ah yes, you're right! |
9094379
to
abff0dc
Compare
44754e8
to
5143eed
Compare
This seems like an obvious/easy fix, but maybe (probably) there was a reason it wasn't done like this to begin with?
It works for me so far.
Closes #374