Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.9, 2.0
-
Fix Version/s: 2.1
-
Component/s: Core CiviCRM
-
Labels:None
Description
Currently, if you Edit and existing Individual contact record which has address values populated - and want to change this person to "Use Household Address" -> "Create New Household" - the javascript logic resets (clears) the address fields and you "lose" the existing address information. This is not helpful behavior - since the most common use case when a new household is being created from an Individual contact record is to "seed" the household address from the Individual's address.
Modify the jscript so that the values in the address fields are retained in this sequence (and user can then modify if / as needed before saving).