nus-tic4002-AY2122S2 / pe-dev-response

0 stars 0 forks source link

When batch editing multiple contacts, error message does not update after executing a valid command #252

Open nus-se-bot opened 2 years ago

nus-se-bot commented 2 years ago

This may be confusing for the users as they will be unsure if the valid command has been processed.

Command sequence executed: edit -batch 23, 24 n/Spencer edit -batch 23, 24 p/1111

After submitting the 2nd command (valid), observe that the error message is unchanged (still displaying "invalid command format!" that is triggered by the first invalid command).

edit-batch_multiple_error-message.png


[original: nus-tic4002-AY2122s2/pe-interim#241] [original labels: severity.Medium type.FunctionalityBug]

chenghuiyuan commented 2 years ago

Team's Response

The second one is also an invalid command.

There should not be no space in between the INDEX.

e.g. edit -batch 23,24 p/1111

Duplicate status (if any):

--