Skip to content

addedd patch that fixes Cannot access offset of type string on string

Lorenzo Del Pianta requested to merge patch-3336312-v10.1-1 into v10.1-1

added patch for fixing: TypeError: Cannot access offset of type string on string (https://www.drupal.org/project/drupal/issues/3336312)

Getting error: TypeError: Cannot access offset of type string on string in Drupal\views\Plugin\views\filter\Date->acceptExposedInput() (line 153 of /code/web/core/modules/views/src/Plugin/views/filter/Date.php)

D10 does not check if the value exists before checking if this is a string type.

This patch has been applied on https://theory.cern

Merge request reports