-
Notifications
You must be signed in to change notification settings - Fork 139
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
Entries field with missing reference throws error inside Matrix #1069
Labels
Comments
This issue affects 5.0.5 as well, and the same code change seems to resolve the problem, does a new bug report need to be created? Additional info
|
Resolved in bc14d19 |
Feed Me 4.6.0 (Craft 3) and 5.1.0 (Craft 4) have been released with the fix for this. |
Installed craftcms/cms 4.5.10 and craftcms/feed-me 5.2, this error is still happening to me |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
In a (entry-) feed containing a Matrix field with a nested Entries field, I get an error under some circumstances:
Error:
Circumstances must be as follows:
In the list of entry IDs, at least one entry must be found and a following one must not be found. This one will throw the error.
Steps to reproduce
{entriesField: "idThatCanBeFoundInTheSystem", "idThatCanNOTBeFoundInTheSystem", //Will throw the error on feed run }
Additional info
I will provide a pull request for this. Seems to be fixed easily.
The text was updated successfully, but these errors were encountered: