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
enable a channel section with 3 enabled sites including primary site and set propagation method to propagate to all sites
create a new entry
disable section for primary site // in my case site id 1
there is a failed job
thanks to queue manager in 3.4: error:
The section 'test' is not enabled for the site '1' job data:
{
"elementType": "craft\elements\Entry",
"criteria": {
"sectionId": 1,
"siteId": "*",
"unique": true,
"status": null,
"enabledForSite": false
},
"description": "Resaving test entries"
}
Additional info
it seems there are some open issues like mine #3767 //some comments say they have errors on deleting site id 1 #3725
Craft version: 3.4 RC3 //also on 3.3
PHP version: 7.2
The text was updated successfully, but these errors were encountered:
vnali
changed the title
resave entry job fails when disbaling default site for a section
resave entry job fails when disabling default site for a section
Jan 23, 2020
vnali
changed the title
resave entry job fails when disabling default site for a section
resave entry job fails when disabling primary site for a section
Jan 24, 2020
Steps to reproduce
error:
The section 'test' is not enabled for the site '1'
job data:
{
"elementType": "craft\elements\Entry",
"criteria": {
"sectionId": 1,
"siteId": "*",
"unique": true,
"status": null,
"enabledForSite": false
},
"description": "Resaving test entries"
}
Additional info
it seems there are some open issues like mine
#3767 //some comments say they have errors on deleting site id 1
#3725
The text was updated successfully, but these errors were encountered: