craftcms / feed-me

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

check if element enabled(forSite) attribute(s) changed #1334

Closed i-just closed 1 year ago

i-just commented 1 year ago

Description

If element status is the only thing that should get updated, and the compareContent is set to true (default), the status wasn’t being updated because the content comparison check wasn’t taking enabled and enabledForSite into account.

Related issues

1310