EntityAutoCompleteMatcher is not returning results

Created on 26 May 2023, over 1 year ago
Updated 2 June 2023, over 1 year ago

EntityAutoCompleteMatcher is not returning any values because the view can not be loaded.
The way the option array is created has to change from

$options = [
        'target_type'      => $target_type,
        'handler'          => $selection_handler,
        'handler_settings' => $selection_settings,
];

to

$options = $selection_settings + [
      'target_type'      => $target_type,
      'handler'          => $selection_handler,
];
🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇧🇪Belgium Yoran Scholiers

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

Comments & Activities

Production build 0.71.5 2024