Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Insight: Profiles/Profile detail: Country is displayed wrongly

Found in

EPiServer.Profiles 1.4.0

Fixed in

EPiServer.Profiles.Client 1.5.0

(Or a related package)

Created

Mar 22, 2018

Updated

Feb 26, 2019

State

Closed, Fixed and tested


Description

1. Using API, create a new profile1 with info:

 
{noformat}
"Info": {
            "InferredCountry": "Finland"
        }
{noformat}

2. Create a new profile2 with info:

 "Info": {
            "InferredCountry": "FI"
        }

3. Access Insight > Profiles.

Expected:
Displays 1 Finland country. And clicking to see detail profile1 with Location Finland.
(In other words, we don't allow sending InferredCountry with the Finland value.)

Actual:
Country property: displays Finland two times, and when clicking to see detail profile1, Location is Unknown