Closed
Bug 827933
Opened 13 years ago
Closed 13 years ago
typo in contact_details.js, combines expressions with single ampersand
Categories
(Firefox OS Graveyard :: Gaia::Contacts, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: freddy, Unassigned)
References
()
Details
Attachments
(1 file)
355 bytes,
text/html
|
arcturus
:
review+
arcturus
:
approval-gaia-v1+
|
Details |
Curent master, contact_details.js line 168+ it says:
return contact != null & contact.category != null &&
contact.category.indexOf('favorite') != -1;
where it should say
return contact != null && contact.category != null &&
contact.category.indexOf('favorite') != -1;
Comment 1•13 years ago
|
||
Pointer to Github pull-request
Comment 2•13 years ago
|
||
Comment on attachment 699806 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/7440
NOTE: If blocking-basecamp+ is set, just land it for now.
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
User impact if declined:
Testing completed:
Risk to taking this patch (and alternatives if risky):
Attachment #699806 -
Flags: review?(francisco.jordano)
Attachment #699806 -
Flags: approval-gaia-master?(francisco.jordano)
Comment 3•13 years ago
|
||
Comment on attachment 699806 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/7440
non risky change
a=me
Attachment #699806 -
Flags: review?(francisco.jordano)
Attachment #699806 -
Flags: review+
Attachment #699806 -
Flags: approval-gaia-master?(francisco.jordano)
Attachment #699806 -
Flags: approval-gaia-master+
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Thanks :freddyb for pointing out this!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•