You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Uh oh!
There was an error while loading. Please reload this page.
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:if we want to display text on the relationships, here is what is expected:

, and here is the actual result:

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.
The text was updated successfully, but these errors were encountered: