Skip to content

Commit

Permalink
Use ToDo tag and To Do type for task description
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Aug 31, 2023
1 parent 542f162 commit 55049b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/GrampsjsViewNewTask.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ export class GrampsjsViewNewTask extends GrampsjsViewNewSource {
{
...note,
handle: handleNote,
tag_list: [this._todoTagHandle],
type: {_class: 'NoteType', string: 'To Do'},
},
]
}
Expand Down

0 comments on commit 55049b7

Please sign in to comment.