imdone-core icon indicating copy to clipboard operation
imdone-core copied to clipboard

Dragging a task on the board removes the todo.txt-format "due:" tag

Open jm-welch opened this issue 7 years ago • 1 comments

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

  1. 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
    
  2. View the task board to confirm that the task was created and that the tags are properly assigned image

  3. Click and drag the tasks's card anywhere - reorder within the same column or move to another column

  4. Confirm result: test.file

    #WIP:0 Demonstrate that tags fall off of tasks when moved on the board +imdone foo:bar
    

    image

jm-welch avatar Jun 21 '17 17:06 jm-welch

I believe this is fixed. Can you please confirm?

piascikj avatar Mar 16 '18 19:03 piascikj