I’m exploring Polymer development over CUBA and I noticed that when new Polymer UIs are created, in case there is a Many to Many relationship defined between 2 entities, this relationship is not “displayed” properly on the screen.
I mean, instances created as child relationship are not displayed over the parent entity and viceversa. Hence when the parent entity is saved, an error is being displayed as the JSON object related can be parsed (even when that “field” is not mandatory or needed)
Maybe this could be solved creating a sub list to visualize the child objects… but I would like to get a view from the community.
I will love to have your view for sure! if you are able to generate a sample I would be really grateful as we are struggling a little bit on this. Thanks!