You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
When the add command is run with all the compulsory fields and the idt field, the error message that is thrown corresponds to the last field instead of telling the user that the idt field is invalid.
Eg: find j/engineer p/1244 a/aa e/[email protected] n/name idt/02-02-2022 04:30 produces the error message
"Names should only contain alphanumeric characters and spaces, and it should not be blank"
Reason for behaviour: "idt/" is not a recognised prefix for the "add" command. Hence, "name idt/02-02-2022 04:30" is being parsed as a single "n/" input which is triggering the error message.
When the add command is run with all the compulsory fields and the idt field, the error message that is thrown corresponds to the last field instead of telling the user that the idt field is invalid.
Eg: find j/engineer p/1244 a/aa e/[email protected] n/name idt/02-02-2022 04:30 produces the error message
"Names should only contain alphanumeric characters and spaces, and it should not be blank"
Labels:
severity.Low
type.FeatureFlaw
original: manu2002g/ped#8
The text was updated successfully, but these errors were encountered: