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
I have a Single with showStatusField set to false, which operates as my site globals. It cannot be disabled from the Entries screen when only this entry is selected, as the button is disabled as expected:
However, if I select another entry which has an enabled status field, the button becomes available and I can disable my site globals as part of the bulk operation:
Steps to reproduce
Add two sections: one with it's entry type status field hidden, and another with the status field visible.
Create two entries from these and select them both in the Entries admin screen, then disable them both.
Expected behavior
The entry with showStatusField: false is unaffected by the bulk operation. Any others are processed as normal.
Actual behavior
All selected entries are disabled indiscriminately.
Craft CMS version
4.5.6.1
PHP version
8.2.0
Operating system and version
MAMP Pro 6.8.1, Darwin 22.6.0, MacOS 13.5.2
Database type and version
MySQL 5.7.39
Image driver and version
Imagick 3.7.0 (ImageMagick 6.9.6-2)
Installed plugins and versions
CKEditor 3.6.0
CP Field Inspect 1.4.4
The text was updated successfully, but these errors were encountered:
I have a Single with showStatusField set to false, which operates as my site globals. It cannot be disabled from the Entries screen when only this entry is selected, as the button is disabled as expected:
However, if I select another entry which has an enabled status field, the button becomes available and I can disable my site globals as part of the bulk operation:
Steps to reproduce
Add two sections: one with it's entry type status field hidden, and another with the status field visible.
Create two entries from these and select them both in the Entries admin screen, then disable them both.
Expected behavior
The entry with showStatusField: false is unaffected by the bulk operation. Any others are processed as normal.
Actual behavior
All selected entries are disabled indiscriminately.
What happened?
Description
I have a Single with
showStatusField
set to false, which operates as my site globals. It cannot be disabled from the Entries screen when only this entry is selected, as the button is disabled as expected:However, if I select another entry which has an enabled status field, the button becomes available and I can disable my site globals as part of the bulk operation:
Steps to reproduce
Expected behavior
The entry with
showStatusField: false
is unaffected by the bulk operation. Any others are processed as normal.Actual behavior
All selected entries are disabled indiscriminately.
Craft CMS version
4.5.6.1
PHP version
8.2.0
Operating system and version
MAMP Pro 6.8.1, Darwin 22.6.0, MacOS 13.5.2
Database type and version
MySQL 5.7.39
Image driver and version
Imagick 3.7.0 (ImageMagick 6.9.6-2)
Installed plugins and versions
The text was updated successfully, but these errors were encountered: