JohnV
04/28/2019, 8:00 PMvar blocks by Block referrersOn Blocks.articleIdtapac
04/29/2019, 10:13 AMJohnV
04/30/2019, 10:20 AMtapac
04/30/2019, 11:24 AMvar instead of val.
At the moment it's impossible to set collection to refererrs field. You have to update articleId field of Block class instead.tapac
04/30/2019, 11:28 AMclean reference from entities which already linked to parent entity. And if it's not optional field than the whole code will fail.
E.g. Article.A has two block Block.A and Block.B, then you're 'trying to set Block.B and Block.C to blocks field of Article.A. What should happen with Block.A?JohnV
04/30/2019, 11:40 AM