-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect file source for images in MIGX-grid inside another MIGX-grid #434
Comments
did you try to debug, what happens in getFieldSource? |
I tried debug, but I didn't quite understand the logic. |
Is there a reason why you use an image TV "slider_src" and not just Maybe try using the setting about_slider_items
about_slider
Also, have you tried using MIGX configurations (menu "Extras" ("Пакеты") -> "MIGX" ->tab "MIGX") instead of putting all the settings directly into TVs? |
I'm using
Yes, this works, thanks.
For this task it is unnecessary, as it seems to me, MIGX configuration takes a lot of time. I understand that the problem can be solved in different ways, BUT the fact that the current option works a little incorrectly is 100%. |
"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
The text was updated successfully, but these errors were encountered: