- Issue created by @bibliophileaxe
- Merge request !28views_aggregator-3485063: If field is not found, an error is thrown on views with relationships → (Open) created by bibliophileaxe
If the field type is not found in a view that has relationships, then an error is thrown instead of the default Not found response.
In Table.php, this condition never gets triggered:
// Value not found - mark the field and exit.
else {
return 'Not found: ' . $field_name . ' > ' . $raw_value;
}
An error is thrown.
Ideally, this bigger issue should be fixed as the file size field exists on the file table and the actual rendered value has the field id - field_file_size_value instead of field_file_size (the name of the field).
But for the time being, at the very least, the aggregated value should be rendered without an error as an unknown field type.
Figure out a long-term solution. Maybe break out a new issue for that?
NA
NA
NA
Active
2.0
Code