Had a problem with a special virtual field that uses a foreign model. I fixed thisremoving the virtualFields temporary. However i'm not as familiar with the internals but maybe (also for performance) its better to define the needed fields exactly (i.e. id, image_url via fields-param)?
Had a problem with a special virtual field that uses a foreign model. I fixed thisremoving the virtualFields temporary. However i'm not as familiar with the internals but maybe (also for performance) its better to define the needed fields exactly (i.e. id, image_url via fields-param)?
my workaround:
and