Humbi1992

Results 6 comments of Humbi1992

We have also encountered this bug, is there already a solution? The problem still seems to exist on the demo editor on the website.

Hello @i-just I collected the following information for you: My Field Structure: Benefits (SuperTable) -- Arguments (Matrix) ---- Argument (Matrix Element) ![image](https://github.com/craftcms/feed-me/assets/23375216/d134e382-bbf4-4906-9cd7-0bbafa7f73e0) As first item i selected `products`, like in...

@i-just Here the feedme.log after the import: [feedme.log](https://github.com/craftcms/feed-me/files/13632957/feedme.log) Unfortunately, no real indication of an error or similar. I tried to reformat the JSON into this: ``` "Benefits": [ { "Full...

+1, same for me at the moment.. it's showing the wrong fields..

While debugging, I found out, that the error is happening here: **vendor/craftcms/feed-me/src/web/twig/variables/FeedMeVariable.php** ``` } elseif ($type === 'craft\fields\Entries') { /** @var Section $section */ $section = $this->getEntrySourcesByField($field)[0] ?? null; if...

@engram-design Hey that's right. Exactly. It's not working with client side validation. So if there are other fields which contains errors. The error of the checkbox is not shown. That's...