We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have encountered some buggy behaviour on a multi-instance lightswitch field.
First part of the issue is with the display of the field in the entry index table and second part is with inline editing on the same table.
Boolean A
booleanA
Boolean B
booleanB
Boolean A AND Boolean B
None
5.0.2
8.3.2
No response
The text was updated successfully, but these errors were encountered:
5dd93e9
The columns are displaying incorrect values
I’m not able to reproduce that:
I was able to reproduce the second issue though, and that’s now fixed for the next release (5dd93e9).
Sorry, something went wrong.
You could not reproduce the first part, because there is an additional condition (I just discovered this one):
The first field (the non-overriden one) must be below the second field (the overridden one) in the field layout.
Thanks! I can reproduce it now, and I raised a PR for this.
Craft 5.0.3 is out with fixes for both of those issues. Thanks again!
No branches or pull requests
What happened?
Description
I have encountered some buggy behaviour on a multi-instance lightswitch field.
First part of the issue is with the display of the field in the entry index table and second part is with inline editing on the same table.
Steps to reproduce
Boolean A
and handlebooleanA
Boolean B
and handlebooleanB
Boolean A
,Boolean A AND Boolean B
,Boolean B
andNone
and in each entry configure the corresponding field values.Expected behavior
Actual behavior
Craft CMS version
5.0.2
PHP version
8.3.2
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: