View: OptionList::getValue() doesn't handle array

Created on 7 March 2025, 30 days ago

Problem/Motivation

In \Drupal\cmrf_views\Plugin\views\field\OptionList::getValue() the case when $key is an array isn't handled. This happens when $resultRow contains the value set in getItems().

Proposed resolution

Add this code:

if (is_array($key)) {
  $key = $key[0];
}
🐛 Bug report
Status

Active

Version

2.1

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024