Skip to content
Snippets Groups Projects
Commit e54263e2 authored by Joachim Noreiko's avatar Joachim Noreiko Committed by Joris Vercammen
Browse files

Issue #2895368 by joachim: 'This field has no datasource' exception needs more detail

parent 99894e25
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ class ListItemProcessor extends ProcessorPluginBase implements BuildProcessorInt
$field = $index->getField($field_identifier);
if (!$field->getDatasourceId()) {
throw new InvalidProcessorException("This field has no datasource, there is no valid use for this processor with this facet");
throw new InvalidProcessorException("The {$field_identifier} field has no datasource, there is no valid use for the {$this->pluginId} processor with this facet");
}
$entity = $field->getDatasource()->getEntityTypeId();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment