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

status of an entity is not being updated as only the status changes #1310

Closed mdoorschodt closed 1 year ago

mdoorschodt commented 1 year ago

Description

the status of a (multilanguage) entity will not update if it's the only value is that changes. If I also change another field value, the status will change.

Steps to reproduce

  1. disable the status of an entity
  2. update only the status in an import (e.g. from 0 to 1)
  3. run the importer with a value of 1 for the status
  4. the status will not change

Additional info

i-just commented 1 year ago

Hi, thanks for reporting! I raised a PR for this.

angrybrad commented 1 year ago

Resolved in https://github.com/craftcms/feed-me/pull/1334 and will be included in the next release!