Skip to content

VTODO - separate status and completed properties #918

@maknapp

Description

@maknapp

Setting the Todo.Status property to "COMPLETED" sets the Todo.Completed property to NOW as well. Both of these properties are optional and should be able to be set independently.

This behavior should be in a separate method that clearly states it will set both properties.

Todo.MarkAsCompleted(Instant? completed = null);

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions