New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 611282 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: May 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

Improve the merging of two profiles' names.

Project Member Reported by se...@chromium.org, May 12 2016

Issue description

Two profiles, one with a middle name and the other with the corresponding middle name initial should be merged.

At the same time it would be good to improve the way we overwrite names when merging profiles as to avoid possible loss of information. 

For example saving a profile with 
NAME_FIRST = "Marion"
NAME_MIDDLE = "Mitchell"
NAME_LAST = "Morrison"
NAME_FULL = ""

merged with
NAME_FIRST = ""
NAME_MIDDLE = ""
NAME_LAST = ""
NAME_FULL = "Marion Mitchell Morrison"

will result in a profile with
NAME_FIRST = ""
NAME_MIDDLE = ""
NAME_LAST = ""
NAME_FULL = "Marion Mitchell Morrison"

 

Comment 1 by se...@chromium.org, May 12 2016

Whereas the expected result would be
NAME_FIRST = "Marion"
NAME_MIDDLE = "Mitchell"
NAME_LAST = "Morrison"
NAME_FULL = "Marion Mitchell Morrison"

Comment 3 by se...@chromium.org, May 16 2016

Status: Fixed (was: Started)

Sign in to add a comment