-
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
Not saving Entry Type to use when "Create entries if they do not exist" is checked for related entry fields. #1387
Comments
Hi, thanks for reporting! I raised a PR to fix this. |
@i-just thank you! i ran into this and it's really been slowing us down with imports. will try out the PR above |
Would be fantastic if this got merged/fixed – we’re currently running a larger import on a project and either we’re stuck until this is fixed or we need to convert entry types into individual sections. Doable, but not great. 😕 |
FWIW, until this is merged, it does seem like if you set a specific entry type in the current version of FeedMe, and hit 'Save and Continue' it will save it. But it is not properly resetting the dropdowns when you come back through, so you need to make sure they are reset everytime modifications are made to the field mapping. Not ideal, but I definitely don't want to have to make a dozen new Sections either. |
@flimshaw Huh, I thought I tried that and it didn’t work, but I’ll check again. Thanks! |
Resolved in #1390 and will be included in the next release! |
Excellent, thank you so much! 🫶 |
Description
It would seem that Feed Me is having a problem remembering which entry type you want to use when creating new records for related Entry fields.
The record I'm importing has a field named "topics".
"Topics" is an Entry field that only allows selections from the "Taxonomy" section.
"Taxonomy" has 3 different entry types.
When importing rows and choosing to add missing topic/taxonomy records, I can choose which Entry Type I want to use for creating new records.
The one I want to use is called "Private Tags"
If I choose anything other than the (default) first option, I can hit "Save & Continue", run the import, and everything works fine.
However, if I "Save" to reload the field-mapping page -- OR -- re-visit this page after having previously using "Save & Continue" -- the Entry Type selected defaults back to the first option in the dropdown and will silently overwrite the previous value on save.
So I don't think it's actually a "saving" problem, but rather a problem setting the
selected
attribute for on the proper item.Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: