GNOME Bugzilla – Bug 722318
Home emails are displayed as 'Other'
Last modified: 2018-01-24 15:11:05 UTC
Description of problem: Emails set to 'Home' during contact create/import are displayed as 'Other' Version-Release number of selected component (if applicable): gnome-contacts-3.10.1-3.fc21.x86_64 How reproducible: Always Steps to Reproduce: 1. Create a new contact and set Home Email to any value 2. Check details for created contact Actual results: Email is displayed as 'Other' Expected results: Email is displayed as 'Home' or 'Personal' Additional info: Email type is displayed correctly after editing contact and setting email type to 'Personal'
Created attachment 267269 [details] [review] Fix set type for email in new contact dialog The typeset in pack_entry_combo call for emails to recive TypeSet.email. Also I've modified NewContactDialog.pack_entry_combo method to set to "PERSONAL" if the the typeset is for emails. Another way to fix it could be create an especific method for email pack_entry_combo, like pack_address_combo. best regards Fernando Fernandez- Software Peronista
Fixed in master Pushed: https://git.gnome.org/browse/gnome-contacts/commit/?id=a384b1ccc1f9a4a7dd75d75431495ce5c28f32d7
Reopening as it still happens on evolution-data-server-3.16.0-1.fc23.x86_64 gnome-contacts-3.16.0-1.fc23.x86_64
*** Bug 729904 has been marked as a duplicate of this bug. ***
Home emails solved in commit 3e361a9. There's still the problem of the Personal tag we set on email and Google addressbook doesn't allow it, so it set it back to Other, and we show it. For the use who set the email as Personal it's a bug, we should handle it.
(In reply to Vadim Rutkovsky from comment #3) > Reopening as it still happens on > > evolution-data-server-3.16.0-1.fc23.x86_64 > gnome-contacts-3.16.0-1.fc23.x86_64 Fix pushed as commit 2b3c243. Can you test it on master and close the bug?
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnome-contacts/issues/44.