Closed
Bug 897864
Opened 12 years ago
Closed 12 years ago
Passive mode must match names (first or last) when they are both null
Categories
(Firefox OS Graveyard :: Gaia::Contacts, defect)
Tracking
(blocking-b2g:koi+)
RESOLVED
FIXED
| blocking-b2g | koi+ |
People
(Reporter: jmcf, Assigned: jmcf)
References
Details
Attachments
(1 file)
Matching rules for names must be updated according to the following rules:
C1.givenName = null (or something equivalent to null)
C2.givenName = null
C1.familyName matches C2.familyName
then C1 and C2 match by name
C1.familyName = null
C2.familyName = null
C1.givenName matches C2.givenName
then C1 and C2 match by name
| Assignee | ||
Updated•12 years ago
|
blocking-b2g: --- → koi?
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #780827 -
Flags: review?(crdlc)
Comment 2•12 years ago
|
||
Comment on attachment 780827 [details]
Pointer to GH PR
R+, but I would like you consider this comment on your code:
https://github.com/mozilla-b2g/gaia/pull/11155/files#pullrequestreviewcomment-5392003
Thanks a lot and great work as usual Jose!
Attachment #780827 -
Flags: review?(crdlc) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
| Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
blocking-b2g: koi? → koi+
You need to log in
before you can comment on or make changes to this bug.
Description
•