Configuration form for dependent facet doesn't load

Created on 24 December 2024, 3 months ago

Problem/Motivation

I have a view with multiple facets where the 2nd facet in the list is dependent on the first facet in the list. The option the configure this in the facets settings form is broken, the form simply does not load. The view is based on a search API DB index.

Steps to reproduce

Create a view with multiple facets and then try to configure a dependent facets. It seems that the buildConfigurationForm() method within the DependentFacetProcessor plugin tries to load the facets but this returns an empty array.

// Loop over all defined blocks and filter them by provider, this builds an
// array of blocks that are provided by the facets module.
/** @var \Drupal\facets\Entity\Facet[] $facets */
$facets = $this->facetStorage->loadMultiple();

Proposed resolution

Perhaps this part of the code has not yet been rewritten to work well with the facet configuration within views?

Remaining tasks

  1. Analyse the issue
  2. Fix the issue
  3. Release fix

User interface changes

No interface changes are needed as the form already exists, it just isn't loaded.

API changes

No API changes.

Data model changes

No data model changes.

🐛 Bug report
Status

Active

Version

3.0

Component

Code

Created by

🇳🇱Netherlands ericmulder1980

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024