Open KengHian opened 1 week ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Phone number does not allow for + as stated in UG
This is what is stated in UG.
When I key in this input: edit 1 p/+484312123
This is the error I receive.
[original: nus-cs2103-AY2425S1/pe-interim#3398] [original labels: severity.Medium type.FunctionalityBug]
[This is the team's response to the above 'original' bug]
No details provided by team.
Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
Greetings,
Steps to reproduce:
edit 1 p/+6534567890
Expected: The phone number of the 1st student to be edited
Actual: A phone number validation error was thrown
Elaboration: The UG claims that the parameter
PHONE_NUMBER
has support for+
for the extension code, however, when I added+
in the phone number, an error was thrown.