Skip to content
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

Add support for Asset ID matching #1327

Merged
merged 2 commits into from May 23, 2024
Merged

Conversation

domstubbs
Copy link
Contributor

Description

This adds support for matching against Asset IDs (which are included in Craft content exports) instead of just filenames (which aren’t).

For simplicity I’ve just extended the existing jQuery logic for the settings form.

Related issues

#907
#597
#767

@domstubbs domstubbs requested a review from angrybrad as a code owner June 2, 2023 16:30
@terryupton
Copy link

terryupton commented May 22, 2024

Any update on this? @angrybrad @brandonkelly
I am facing the same issue.

I am trying to use Feedme in Craft 5 to import some existing craft data and move it from a matrix to section.
I am hitting an issue with the importing/assigning of images.
In my data a JSON file the image is stored as an ID:
"image": [
24922
]

In my feed me config I have assigned it as per screenshot.
Screenshot 2024-05-22 at 16 24 31
Screenshot 2024-05-22 at 16 22 12

However, when I run the import all the other data is mapped correct but the image/asset field is not no image is assigned.

@angrybrad angrybrad merged commit 9295dd5 into craftcms:5.x May 23, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants