CS2103-AY1819S2-W09-2 / main

The essential application that all hospital staff :woman_health_worker::man_health_worker: and home care patients need :hospital:!
https://cs2103-ay1819s2-w09-2.github.io/main/
MIT License
0 stars 4 forks source link

Fixed Bug with Undo Command unable to undo a Complete Command #205

Closed jing1324 closed 5 years ago

jing1324 commented 5 years ago

Can you explain the wrapping of a request in another request?

It creates a duplicate of the request which will replace the request to be completed eventually. The original request before the changed is kept in the versionedRequestBook so that the undo is possible.

merody66 commented 5 years ago

Can you explain the wrapping of a request in another request?

It creates a duplicate of the request which will replace the request to be completed eventually. The original request before the changed is kept in the versionedRequestBook so that the undo is possible.

Ah okay, thanks! Merged!