Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jaberrad opened this issue Jun 25, 2024 · 0 comments

Comments

@jaberrad
Copy link

jaberrad commented Jun 25, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant