backdrop-contrib / facetapi

An abstracted facet API that can be used by various search backends.
GNU General Public License v2.0
0 stars 3 forks source link

Unable to sync config: bug in hook_config_info() #8

Closed jenlampton closed 1 year ago

jenlampton commented 3 years ago

I'm unable to sync config on my site with this module enabled. I see the following error:

The configuration "facetapi.settings" is not owned by any module. Try enabling the module that provides this configuration, then importing again.

This is because the $prefixes variable is not being returned in hook_config_info().

PR on the way!