IvanLieckens
IvanLieckens
Thank you for the explanation, it makes a lot more sense now. I believe it is indeed better to keep these separate but their naming could be more clear and/or...
In the `GetFromField(Rendering rendering, GetModelArgs args)` method there's this part: ``` else if (rendering.Item == null) { return null; } ``` This code needs to be adapted additionally to support...
@gauravpansari1991 I have updated the records so that should resolve this issue