- Issue created by @Grayle
- Status changed to Fixed
7 months ago 8:59pm 19 September 2024 Automatically closed - issue fixed for 2 weeks with no activity.
- PluginAutocomplete::extractPluginIdFromAutocompleteInput returns a string or null, but that result is then passed to validateReferenceablePlugins which expects an array
- This if statement does nothing:
if ($element['#validate_reference'] === TRUE && $handler->validateReferenceablePlugins($match)) {
$value = $match;
}
else {
$value = $match;
}
Fixed
3.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.