Try our conversational search powered by Generative AI!

[UI][Insight][Segment] UI issue when filter definition category contains 50 characters

Found in

EPiServer.Profiles.Client 1.13.0

Fixed in

EPiServer.Profiles.Client 1.14.0

(Or a related package)

Created

Dec 23, 2019

Updated

Mar 16, 2020

State

Closed, Fixed and tested


Description

Steps to reproduce:
1. Create a filter definition with a category name consisting of 50 characters. For example:

POST
{{urlFilterDefinitions}}
Body
{
    "Id": "fd_Alverta.Macejkovic",
    "Name": "Alverta.Macejkovic",
    "Description": "Itaque aliquam id voluptatibus rem facilis.",
    "Query": "Name ne {{inputtedName}}",
    "Parameters": {
        "inputtedName": "string"
    },
    "Category": "profileFilterDefinitionCategoryprofileFilterDefini",
    "Type": "Profiles"
}

2. Navigate to Insight/Segments.
3. Create a segment.

Expected:
The filter definition category name displays properly. So, the long filter definition category name should be trimmed and replaced with and ellipsis "...", or displayed across multiple line.

Actual:
The screen is split.