- Issue created by @Yoran Scholiers
- @yoran-scholiers opened merge request.
- @yoran-scholiers opened merge request.
- 🇧🇪Belgium mikell
Also fixes the limitation to the target bundles instead of all vocabulary terms.
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,
];
Active
1.0
Code
Also fixes the limitation to the target bundles instead of all vocabulary terms.