Active
Project:
Facets
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2026 at 14:02 UTC
Updated:
13 May 2026 at 14:02 UTC
Jump to comment: Most recent
I had a view built using facets, and I duplicated it using the UI in Views.
The new duplicate view was crashing here:
> return $this->getFacetSource()->getDataDefinition($this->field_identifier);
because the $facet_source_plugin_manager didn't have a definition for the facet source ID.
A `drush cr` fixed the problem, so it looks like a plugin cache should be getting cleared when a view is duplicated, but isn't.
Comments