Skip to content

Correctly returns todo ID after creating todo

Phil Hughes requested to merge mark-done-todo-id into master

What does this MR do?

Fixes an issue that stopped the todo ID being returned to the controller which meant the delete path was for the wrong todo.

How to reproduce:

  • click add todo
  • then click mark as done

It currently sends to the wrong URL

Merge request reports