Closed
Bug 883965
Opened 12 years ago
Closed 12 years ago
[Settings] Show the authentication type setting correctly in the APN setting form (follow-up bug 866003)
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(blocking-b2g:leo+, b2g18 verified, b2g-v1.1hd fixed)
RESOLVED
FIXED
blocking-b2g | leo+ |
People
(Reporter: jaoo, Assigned: jaoo)
References
Details
Attachments
(1 file)
I've noticed that for some carriers we might not show the authentication type settings correctly in the APN setting form.
See https://github.com/mozilla-b2g/gaia/blob/master/apps/settings/js/carrier.js#L116.
This is a follow-up of bug 866003.
Assignee | ||
Comment 1•12 years ago
|
||
Kaze, this is a follow-up bug of bug 866003. Here we fix an issue I didn't notice during my tests (my fault, sorry). It causes the user might lose the authentication type setting when switching between different APN sets (in the case there are more than one APN set per MCC/MNC codes). Could you take a look please? Thanks!
Attachment #766660 -
Flags: review?(kaze)
Assignee | ||
Comment 2•12 years ago
|
||
Here we fix an issue in the code we added for a leo+ blocker (bug 866003).
blocking-b2g: --- → leo?
Updated•12 years ago
|
blocking-b2g: leo? → leo+
Comment 3•12 years ago
|
||
Comment on attachment 766660 [details]
Pointer to Github PR: https://github.com/mozilla-b2g/gaia/pull/10575
looks OK to me, see comment on PR
Attachment #766660 -
Flags: review?(kaze) → review+
Comment 4•12 years ago
|
||
Merged on master:
https://github.com/mozilla-b2g/gaia/commit/81bbb91bb690cbe4052f33fca9b57186816b28ef
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
status-b2g18:
--- → affected
status-b2g-v1.1hd:
--- → affected
Comment 5•12 years ago
|
||
Uplifted 81bbb91bb690cbe4052f33fca9b57186816b28ef to:
v1-train: 249fedf657967738fc0bf54dff228aee54f4c09d
Comment 6•12 years ago
|
||
v1.1.0hd: 249fedf657967738fc0bf54dff228aee54f4c09d
Comment 7•12 years ago
|
||
The user is able to see Authentication Options on the UI (Not defined, None, PAP, CHAP, PAP or CHAP. Verified on Leo device build.
Environmental Variables
Build ID: 20130807071207
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18/rev/11bb1b0eefff
Gaia: 60ca81600a080dae33058b0692ecaa213556c926
Platform Version: 18.1
You need to log in
before you can comment on or make changes to this bug.
Description
•