mff-uk / dataspecer

https://dataspecer.com
MIT License
22 stars 7 forks source link

Cannot control visibility of relationships and attributes from imported data models? #624

Open jakubklimek opened 3 months ago

jakubklimek commented 3 months ago

In this spec, I cannot hide the attributes of Agent - a class from an imported data model. The buttons are not there... image

skodapetr commented 3 months ago

It seems like this was never the case, as there is explicitly a condition:

isAttribute || (isAnEdge(entity) && !hasBothEndsOnCanvas(entity, aggregatorView.getActiveVisualModel()?.getVisualEntities()))

To not render attributes.