imdone-core
imdone-core copied to clipboard
Dragging a task on the board removes the todo.txt-format "due:" tag
Version
- Atom 1.18.0 (Mac)
- Imdone-atom 2.2.6
Expected behavior
When a task contains a todo.txt-formatted metadata tag, such as due:2017-06-21
, it should be preserved when the item is dragged on the imdone Task Board, regardless of the type of entry it represents.
Observed behavior
The due:<date>
tag is removed on drag. Custom tags are not impacted.
Reproduction
-
Create a test file and add a
#TODO:
item with a due date using todo.txt format and a custom tag test.file#TODO: Demonstrate that tags fall off of tasks when moved on the board +imdone due:2017-06-21 foo:bar
-
View the task board to confirm that the task was created and that the tags are properly assigned
-
Click and drag the tasks's card anywhere - reorder within the same column or move to another column
-
Confirm result: test.file
#WIP:0 Demonstrate that tags fall off of tasks when moved on the board +imdone foo:bar
I believe this is fixed. Can you please confirm?