AY2425S1-CS2103T-T12-4 / tp

MIT License
0 stars 5 forks source link

[PE-D][Tester E] Unintended deletion of contacts #289

Closed nus-pe-bot closed 6 days ago

nus-pe-bot commented 6 days ago

Let's say user adds a new contact to the list with the add command without performing the save command after.

image.png

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.

image.png

However performing the undo command right after this will result in the removal of the last entry on the contact list.

image.png

Steps taken to replicate:

  1. add n/user p/12345678 e/user@gmail.com a/abc avenue 4
  2. load
  3. undo

Labels: type.FunctionalityBug severity.High original: volleyballkickedme/ped#5

ChenLeiyu commented 6 days ago

Duplicate of #287