Let's say user adds a new contact to the list with the add command without performing the save command after.
The load command will load the list of last saved entries from local memory. The newly added contact is not reflected in this list since the save command was never performed.
However performing the undo command right after this will result in the removal of the last entry on the contact list.
Let's say user adds a new contact to the list with the
add
command without performing thesave
command after.The
load
command will load the list of last saved entries from local memory. The newly added contact is not reflected in this list since thesave
command was never performed.However performing the
undo
command right after this will result in the removal of the last entry on the contact list.Steps taken to replicate:
add n/user p/12345678 e/user@gmail.com a/abc avenue 4
load
undo
Labels:
type.FunctionalityBug
severity.High
original: volleyballkickedme/ped#5