craftcms / feed-me

Craft CMS plugin for importing entry data from XML, RSS or ATOM feeds—routine task or on-demand.
Other
288 stars 139 forks source link

Fix undefined array key 'fields' error by adding isset checks #1450

Closed AthinaSolvr closed 4 months ago

AthinaSolvr commented 4 months ago

Description

This commit fixed the undefined array key "fields" issue by adding isset checks for fields and attributes.

Related issues

https://github.com/craftcms/feed-me/issues/1451

i-just commented 4 months ago

Thanks for this! I raised a new PR based on this one with some additional changes for the matrix field imports.