We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to edit a contact with the same details (e.g. Name, Email, ...) should display an error message.
Name
Email
Editing a contact with the same details is considered as successful execution.
Execute add -c n/aaa.
add -c n/aaa
Execute edit -c 1 n/aaa.
edit -c 1 n/aaa
The command is successful.
The text was updated successfully, but these errors were encountered:
This is behaviour inherited from AB3.
It is also consistent with the edit event command.
Before changing the description:
After changing to the same description:
We essentially allow users to set whatever they want for that specific contact's fields even if they are the same as before.
Severity has been changed to low as attempted edits to the same field does not seem like it would occur very often.
Team chose [response.Rejected]
response.Rejected
Reason for disagreement: [replace this with your reason]
Team chose [severity.Low] Originally [severity.Medium]
severity.Low
severity.Medium
Sorry, something went wrong.
No branches or pull requests
Expected Outcome
Trying to edit a contact with the same details (e.g.
Name
,Email
, ...) should display an error message.Description
Editing a contact with the same details is considered as successful execution.
Steps to Reproduce
Execute
add -c n/aaa
.Execute
edit -c 1 n/aaa
.The command is successful.
The text was updated successfully, but these errors were encountered: