Closed nus-pe-bot closed 5 years ago
Undo was failing due to variable shadowing on command execution. Careless mistake of shadowing the field responsible for remembering the task that was deleted.
Bug has been fixed, the task deletion's undo operation works correctly now.
Steps to reproduce:
add-task t/todo des/Test1
add-paid d/Test2 a/400
.Test1
.undo
forTest1
.[original: weihaw08/ped#11]