You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you set an item without a creation date to complete by adding a completion date (e.g. item.setCompleted(new Date)), next branch throws this error: Error: Can not set completed date without a created date set.
I understand why this is being done, but if you look at this rule, it says that this can be a completed task: x 2011-03-03 Call Mom.
jstodotxt does not allow this to happen.
The text was updated successfully, but these errors were encountered:
When you set an item without a creation date to complete by adding a completion date (e.g.
item.setCompleted(new Date)
), next branch throws this error:Error: Can not set completed date without a created date set.
I understand why this is being done, but if you look at this rule, it says that this can be a completed task:
x 2011-03-03 Call Mom
.jstodotxt does not allow this to happen.
The text was updated successfully, but these errors were encountered: