- Issue created by @joelpittet
- Merge request !5676Issue #3284269 by mcdruid, poker10: Fix samesite attribute on... β (Open) created by joelpittet
- π¬π§United Kingdom mustanggb Coventry, United Kingdom
Save the kittens!
- last update
12 months ago run-tests.sh exception - πΈπ°Slovakia poker10
Thanks for reporting and working on this.
It seems to me that this is a bug in the Features module, because according to the
list_field_info()
theallowed_values
settings should be an array. So I think this should be fixed in Features. Core can help with some common PHP8 issues like the ones sending NULL to functions like substr, ...., but this seems to me a bit different case, unless it affects more modules. Generally, core does not "babysit" broken code. Is there an issue in Features module for this? Or why we would like to fix this in core instead of the root cause in Features module? Thanks! - π¬π§United Kingdom mustanggb Coventry, United Kingdom
Just hard to view the diff when it's 20k lines long.
- Open on Drupal.org βEnvironment: PHP 8.1 & MySQL 5.7last update
5 months ago Waiting for branch to pass