SpringMvcStepByStep icon indicating copy to clipboard operation
SpringMvcStepByStep copied to clipboard

Edit Todo

Open pkshah912 opened this issue 5 years ago • 0 comments

When editing Todo (Step 28), seems like it is adding a new Todo with new desc and not deleting the old todo that is in code in TodoService.java (updateTodo function)

I don't understand how does the updateTodo function in TodoService.java removes the existing todo and add a new todo as it doesn't work when I try doing that.

pkshah912 avatar Apr 16 '19 17:04 pkshah912