Problem/Motivation
- Warning: Undefined array key "attributes" in Drupal\views_attributes\Plugin\views\display_extender\AttributesDisplayExtender->buildOptionsForm() (line 64 of /var/www/html/web/modules/contrib/views_attributes/src/Plugin/views/display_extender/AttributesDisplayExtender.php)
- TypeError: uasort(): Argument #1 ($array) must be of type array, null given in uasort() (line 66 of /var/www/html/web/modules/contrib/views_attributes/src/Plugin/views/display_extender/AttributesDisplayExtender.php).
The configuration form modal doesn't show up, ie. module is unusable.
Steps to reproduce
- Clean install of D10 with ddev quickstart (Drupal 10.0.9 & PHP 8.1.13)
ddev composer require drupal/views_attributesddev drush en views_attributes- Go to any existing view or create a new one
- click on Advanced > Attributes
- nothing shows up, 2 php errors fire.
Issue fork views_attributes-3360251
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 #2
omkar_yewale commentedComment #4
omkar_yewale commentedMR Created, Please review.
Comment #7
bobooon commented