CS2103-AY1819S2-W11-3 / main

TravelBuddy is a travel log application that lets users efficiently manage their travel records. Additional features built into TravelBuddy allows them to search through the records, attach photos and view statistical models.
https://travelbuddy-cs2103.netlify.com/
MIT License
1 stars 6 forks source link

The undo command reverses deletem command. #155

Closed nus-se-bot closed 5 years ago

nus-se-bot commented 5 years ago

According to the UG only add, delete, edit and clear commands should work with undo. But the deletem command also works with undo

To Reproduce Steps to reproduce the behavior:

  1. Type the command - deletem 2 3
  2. Command runs successfully.
  3. Type the command - undo
  4. Command runs successfully and shows - undo success - message.

Expected behavior Undo shouldn't undo this state but a previous state of add, delete, edit or clear commands.

Screen Shot 2019-04-05 at 3 12 56 PM


Reported by: @tejas2805 Severity: Medium

[original: nus-cs2103-AY1819S2/pe-dry-run#842]

nivenang commented 5 years ago

Resolved with updates to UserGuide