Closed
Bug 841693
Opened 12 years ago
Closed 12 years ago
Contacts settings customization
Categories
(Firefox OS Graveyard :: Gaia::Contacts, defect)
Tracking
(blocking-b2g:shira+, b2g18 verified, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 verified)
VERIFIED
FIXED
| blocking-b2g | shira+ |
People
(Reporter: jcheng, Assigned: jmcf)
References
Details
(Whiteboard: [cust][LOE:M])
Attachments
(1 file)
This is customization setting request for Contacts app
- Default name format of contacts in device
- Default sort order of contacts in device phone book
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [cust]
| Reporter | ||
Updated•12 years ago
|
Blocks: b2g-v1-custom
| Reporter | ||
Comment 1•12 years ago
|
||
currently we only have "Order by last name" ON/OFF in contacts settings
| Reporter | ||
Updated•12 years ago
|
Assignee: nobody → yurenju
Whiteboard: [cust] → [cust][LOE:M]
Comment 2•12 years ago
|
||
Now, the default value for the ON/OFF can't be changed. It's hard coded now.
| Assignee | ||
Comment 3•12 years ago
|
||
Hi,
Ordering settings have been fixed by bug 841082 which landed on master and we requested an approval for v1-train.
thanks, best
Comment 4•12 years ago
|
||
I think what they mean is being able to configure the default value (?)
| Reporter | ||
Comment 5•12 years ago
|
||
(In reply to Alberto Pastor from comment #4)
> I think what they mean is being able to configure the default value (?)
Correct
| Assignee | ||
Comment 6•12 years ago
|
||
can we set it to config.json ?
should be pretty easy to be fixed
| Reporter | ||
Comment 7•12 years ago
|
||
(In reply to Jose M. Cantera from comment #6)
> can we set it to config.json ?
>
> should be pretty easy to be fixed
will you be able to provide a patch? thanks
also, i hope to confirm that without customization on this item "Order by last name", the default value is OFF, which means the sort order is "First Name, Last Name"? Thanks
blocking-b2g: --- → shira?
| Assignee | ||
Comment 8•12 years ago
|
||
(In reply to Joe Cheng [:jcheng] from comment #7)
> (In reply to Jose M. Cantera from comment #6)
> > can we set it to config.json ?
> >
> > should be pretty easy to be fixed
>
> will you be able to provide a patch? thanks
>
of course, myself or Cristian can do that
> also, i hope to confirm that without customization on this item "Order by
> last name", the default value is OFF, which means the sort order is "First
> Name, Last Name"? Thanks
I think, Beatriz or David, can confirm that
Flags: needinfo?(brg)
Comment 10•12 years ago
|
||
> > also, i hope to confirm that without customization on this item "Order by
> > last name", the default value is OFF, which means the sort order is "First
> > Name, Last Name"? Thanks
>
> I think, Beatriz or David, can confirm that
From my understanding, it's better to order by:
1st: First Name
2nd: Last Name
Thks!
David
Flags: needinfo?(brg)
| Reporter | ||
Comment 11•12 years ago
|
||
(In reply to Jose M. Cantera from comment #8)
> (In reply to Joe Cheng [:jcheng] from comment #7)
> > will you be able to provide a patch? thanks
> of course, myself or Cristian can do that
Jose, since you can provide a patch on this. changing assignee to you. Thanks
Assignee: yurenju → jmcf
Comment 12•12 years ago
|
||
Why is this shira+? Its not a DT request. Some rationale for why this should block at all would be nice.
blocking-b2g: shira+ → tef?
| Assignee | ||
Comment 13•12 years ago
|
||
The patch allows to set the default contacts ordering in the config.json file of the Contacts App.
It is out of scope of this patch the automatic generation of the config.json file through the Gaia makefile or similar.
Attachment #716014 -
Flags: review?(alberto.pastor)
Updated•12 years ago
|
Attachment #716014 -
Flags: review?(alberto.pastor) → review+
| Reporter | ||
Comment 14•12 years ago
|
||
(In reply to Lucas Adamski from comment #12)
> Why is this shira+? Its not a DT request. Some rationale for why this
> should block at all would be nice.
back to Shira+ as the justification was provided over an email to Lucas regarding partner specific request for this to be done
blocking-b2g: tef? → shira+
| Assignee | ||
Comment 15•12 years ago
|
||
An additional field has been added to the config.json file.
The field name is 'defaultContactsOrder' and the possible values are 'familyName' or 'givenName'. 'familyName' indicates that contacts should be ordered initially by surname and 'givenName' indicates that contacts should be ordered initially by first name.
| Assignee | ||
Comment 16•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Comment 17•12 years ago
|
||
v1-train@a1b2b8280a70c172f491dc071d372d80875fd098
v1.0.1@0c80ae9ae2b7c11dd0aa39a2f649a9513f7ab204
Comment 18•12 years ago
|
||
Environmental Variables:
Unagi Build ID: 20130329070203
Kernel Date: Dec 5
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18_v
Gaia: 0a9f78bffafda93a159c1f502e8b110c2f49a500
Verified the bug has been fixed
Setting customization has been improved
Ordering settings have been fixed
"Order by Last Name" is OFF by default and the Contacts sorted by Given name.
Able to toggle "Order by Last Name" between ON/OFF, when "Order by Last Name" is ON, the contacts ordered by Last name correctly in order.
You need to log in
before you can comment on or make changes to this bug.
Description
•