mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
a155fde105
======== https://hg.mozilla.org/integration/gaia-central/rev/67fc22e628e1 Author: Francisco Jordano <arcturus@ardeenelinfierno.com> Desc: Merge pull request #10673 from wanderview/contacts-edit-noname Bug 887564: Do not show phone # in name edit field ======== https://hg.mozilla.org/integration/gaia-central/rev/e4b3224b9a90 Author: Ben Kelly <ben@wanderview.com> Desc: Bug 887564: Do not show phone # in name edit field Previously the contacts_list code would overwrite the givenName field in the contact object. This was done so that different values could be shown in the list if a name was not present. This causes problems, though, when the contact object is shared between multiple parts of the app. In this case the contacts_form code was getting handed one of these modified contact objects. Modify the code to calculate the display name, but not modify the contact object itself. Also refactor how contacts_list refresh() works when given a contact object instead of an ID. The previous code was a bit confusing and called remove() twice for objects.
5 lines
110 B
JSON
5 lines
110 B
JSON
{
|
|
"revision": "67fc22e628e13931271df538c52981a6cae0ac5f",
|
|
"repo_path": "/integration/gaia-central"
|
|
}
|