Fix wrong variable name in BuildProcessorInterface::build()

Created on 27 March 2023, over 1 year ago
Updated 10 April 2024, 5 months ago

Problem/Motivation

All processor plugins from facets_summary/Plugin/facets_summary/processor uses $facets_summary variable in build methods but BuildProcessorInterface::build() uses $facet instead. It looks like the variable name in the interface was just copy pasted from another interface.

Steps to reproduce

Proposed resolution

Replace $facet with $facets_summary in BuildProcessorInterface::build().

Remaining tasks

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Needs work

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡¦Ukraine khiminrm

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

Comments & Activities

Production build 0.71.5 2024