Add logic to set due date from addons, based on #2362#2379
Add logic to set due date from addons, based on #2362#2379eikek merged 1 commit intoeikek:masterfrom
Conversation
|
Edit: my bad! this is the new "due date" action. So the examples need to be fixed. I was confusing it with the earlier "set-date". |
I have no idea what your comment has to do with the fact that the |
|
Forget my comment, I just confused this error message with a similar one from a previous change. So the error message says, that it expects an The error about the import is a follow up. The project is configured to error out also on compiler warnings. And the compiler tries to find many errors (it doesn't stop on the first one). Due to the previous error, it finds this import is unused. |
Signed-off-by: martin f. krafft <madduck@madduck.net>
c0c2b32 to
750be99
Compare
|
@eikek Again, thanks for the hand-holding! |
|
Thank you! |
This allows addons to set or remove the due date, by outputting the following structure:
Alternatively, you may set
duedatetonullto remove a due date.Thanks to @eikek and @v6ak for the handholding!