- I create a TV for the image (standard TV image in MODX), set the file source for the TV, and specify the TV in the MIGX Form Tabs via the inputTV for the MIGX-TV grid.

- Then I set this MIGX-TV through inputTV in another MIGX-TV grid.

- So, image previews (
"renderer": "this.renderImage") when adding/editing an element are not displayed correctly.
This happens because the file source is set to standard (from the system settings), and not the TV source (this can be seen by viewing the element code).

Probably some of the functions are not working correctly.
https://github.com/Bruno17/MIGX/blob/master/core/components/migx/model/migx/migx.class.php#L1695
https://github.com/Bruno17/MIGX/blob/master/core/components/migx/model/migx/migx.class.php#L1707
"renderer": "this.renderImage") when adding/editing an element are not displayed correctly.This happens because the file source is set to standard (from the system settings), and not the TV source (this can be seen by viewing the element code).
Probably some of the functions are not working correctly.
https://github.com/Bruno17/MIGX/blob/master/core/components/migx/model/migx/migx.class.php#L1695
https://github.com/Bruno17/MIGX/blob/master/core/components/migx/model/migx/migx.class.php#L1707