Open nus-pe-bot opened 2 years ago
Checking for duplicates is case sensitive when it comes to names
add n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01
add n/John Doe
edit n/John doe
The app rejects it as it is a duplicate person.
The app allows the duplicate person to be created.
[original: nus-cs2103-AY2122S1/pe-interim#4341] [original labels: severity.Low type.FeatureFlaw]
No details provided by team.
Duplicate of #5623
Description
Checking for duplicates is case sensitive when it comes to names
Steps to reproduce
add n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01
from UG and added it.add n/John Doe
toedit n/John doe
and pressed enter.Expected
The app rejects it as it is a duplicate person.
Actual
The app allows the duplicate person to be created.
[original: nus-cs2103-AY2122S1/pe-interim#4341] [original labels: severity.Low type.FeatureFlaw]