Skip to content

Issue with Displaying Relationship Property Text When Null Values Present in Bloom 2.12.0 #77

Open
@jaberrad

Description

@jaberrad

If multiple Text items are assigned to a relationship type, and the content for one of the Text items is null for at least one of the relationships, Bloom does not display the entire text.

For example, if the relationship type is connects_to and the property values are as follows:

A-[connects_to {x: 1, y: null}]->B
B-[connects_to {x: 2, y: null}]->C
C-[connects_to {x: 3, y: 4.56}]->D

if we want to display text on the relationships, here is what is expected:
Screenshot 2024-06-25 at 10 59 22

, and here is the actual result:
Screenshot 2024-06-25 at 10 59 48

This is happening in Bloom 2.12.0. Bloom 2.7.0 didn't have this issue.

UPDATE: One way to prevent this is to define rule-based text display and say if the property value is not equal to null, then display it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions