HubTurbo / addressbook

A small app for training and experimentation
Other
1 stars 3 forks source link

Enable only cancel operation during pending state. #570

Open yl-coder opened 8 years ago

yl-coder commented 8 years ago

Currently, doing another operation during the pending state gives weird behavior. This is due to the current design. To simplify things, We can only allow cancel operation during pending state and disable the rest.

damithc commented 8 years ago

Well, users should be allowed to edit the person further during the pending period. However, if the current code doesn't support it properly, we should disable it and allow only cancel, until we do a proper implementation.