- Notifications
You must be signed in to change notification settings - Fork140
Description
Description
I’m encountering an issue with the Feed Me plugin in Craft CMS, and I’m unsure if it's a mistake on my part or a potential bug. Here’s what’s happening:
Steps to reproduce
1.I have an entry that originally includes multiple assets (for example, 3 assets).
2. I then update the same entry, but this time with only 2 assets. These 2 new assets are different from the first 2 assets.
3. When I update the entry using my feed. The first 2 assets update correctly. However, the third asset, which should be deleted (since it's not part of the new feed), remains in the entry.
Additional info
- Craft version: 4.8.9
- PHP version: 8.2
- Database driver & version: Mysql 5.7
- Plugins & versions:
- Feed Me: 5.4.0
It seems that the first 2 assets update correctly, but I’m not sure how to ensure the third asset gets removed as intended.
Does anyone know what might be causing this issue, or what I might be missing to ensure the third asset is deleted properly?