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
This is an expected behaviour. We have also stated in the UG that when adding contacts with missing fields, there will be a placeholder address called "Address not yet added" . These placeholder addresses are considered addresses and will be sorted by alphabetical order. Furthermore, I believe that this is a matter of user preference on whether the contacts with "Address not yet added" placeholders should be all on top or at the bottom. We chose to keep it as a cluster and arrange them alphabetically as if the user is trying to find all users with "address not yet added", they will know where to find them instinctively since they know this command sorts the address by alphabetical order.
Furthermore, this can be solved by the fixing the UG as per a similar issue (4109) that was accepted.
Items for the Tester to Verify
❓ Issue response
Team chose [response.Rejected]
I disagree
Reason for disagreement: [replace this with your reason]
❓ Issue severity
Team chose [severity.Medium]
Originally [severity.High]
I disagree
Reason for disagreement: [replace this with your reason]
Expected Outcome
After sorting the list of contacts by address, contacts should be properly sorted, with the entries without addresses at the bottom of the list.
Description
Contacts are not properly sorted by address. There are some entries without addresses in the middle of the list.
Steps to Reproduce
Execute
sort -c 2
.Execute
add -c n/aaa
.Execute
add -c n/AAA a/123
.Execute
add -c n/bbb a/abc
.Execute
add -c n/BBB
.Execute
edit -c 4 a/d
.The following order results. Expected result should be
1. AAA, 2. bbb, 3. aaa, 4. BBB
.The text was updated successfully, but these errors were encountered: