Hello,
I have multiple categories defined for my entity which is a Document and only one view screen.
When I am trying to use them in the view screen I see all the fields for all categories.
I think the reason is that BaseEmbeddingStrategy.findVisibleAttributes is loading all the attributes for a MetaClass which in my case is the Document without taking into consideration the actual Category of the Document.
Thanks.