Problem/Motivation
The module offers the option to add search plugin configuration to fac config objects but it does not pass the configuration to the plugin instances when creating them.
$search_plugin = $this->searchPluginManager->createInstance($fac_config->getSearchPluginId());
Steps to reproduce
N/A
Proposed resolution
Pass the search plugin configuration to the plugin instances.
$search_plugin = $this->searchPluginManager->createInstance($fac_config->getSearchPluginId(), $fac_config->getSearchPluginConfig());
Remaining tasks
- Create MR
- Review MR
- Merge MR
User interface changes
N/A
API changes
N/A
Data model changes
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | fac-search-plugin-config-not-passed-to-plugin-instances-3264582-3.patch | 799 bytes | ricovandevin |
Issue fork fac-3264582
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
ricovandevin commented