Problem/Motivation
Warning caused by incorrect `#default_value` set on the `$form['prepublish']['group_types']['enabled_group_types']`.
Tested with Drupal 11.3.
Warning:
Warning: foreach() argument must be of type array|object, null given in Drupal\Core\Render\Element\Checkboxes::valueCallback() (line 119 of core/lib/Drupal/Core/Render/Element/Checkboxes.php).
Steps to reproduce
* Visit `/admin/config/system/siteimprove`
| Comment | File | Size | Author |
|---|
Issue fork siteimprove-3590123
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
recrit commentedStatic patch attached for composer.
Comment #8
beltofteFixed in both 3.0.x and 2.0.x. Thanks @recrit for contributing.