You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a dedicated feed is used to update entry statuses for a site in a site group all entries in that site group across the different sites their statuses are updated.
Expected behavior
Only the entry in the site for which the feed-me feed was set up should be disabled.
Steps to reproduce
Create a site group with three sites (EN, FR, NL)
Create a section with the propagation method 'Save entries to other sites in the same site group'
Create some entries across the different sites for this section
Setup a feed with only id's to match to the entries
Set the target site to one of the site in the group (do not use the default global site)
Set the default status for the mapping to "use default value" and "disabled"
Run the feed
Check the entries and verify they are disabled in the desired site
Now check the other sites, they will be disabled as well
Additional info
Craft version: 3.5.19.1
PHP version: 7.3.33
Database driver & version: MariaDB 10.3.36
Plugins & versions: Feed-Me 4.3.6
The following is a simple db & import file for a new setup on Craft 4 with the latest feed-me that demonstrates the issue. db-and-import-file.zip
The text was updated successfully, but these errors were encountered:
The `enabledForSite` property was getting set correctly, but the
`enabled` property didn't necessarily respect it. This caused elements
to appear as if their status was incorrect and could cause some issues
if you tried to change it via an element action.
Fixes#1208
Description
When a dedicated feed is used to update entry statuses for a site in a site group all entries in that site group across the different sites their statuses are updated.
Expected behavior
Only the entry in the site for which the feed-me feed was set up should be disabled.
Steps to reproduce
Additional info
The following is a simple db & import file for a new setup on Craft 4 with the latest feed-me that demonstrates the issue.
db-and-import-file.zip
The text was updated successfully, but these errors were encountered: