Closed (fixed)
Project:
Facets
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2022 at 16:33 UTC
Updated:
9 Aug 2024 at 09:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
auth commentedAttached is a patch that implements the proposed change
Comment #3
mkalkbrennerComment #4
idebr commentedComment #6
herved commentedThis causes issues with config_inspector which outputs the following when inspecting facet configs:
Seems to relate to #3456858: The LangcodeRequiredIfTranslatableValues constraint can only operate on the root object being validated. but the reporter may also be facing another issue (from another module/schema definition).
If I understand correctly FacetsHierarchy plugins are processors which may have configuration (forms).
So the type should be
plugin.plugin_configuration.facets_hierarchy.[%parent.type]I'll create a merge request for 3.x
Comment #8
herved commentedMR created, here is a static patch which also applies cleanly on 2.0.x
edit: Are tests on 3.0.x currently broken?
Comment #9
herved commented#3459093: Config validation error for facets_processor.* is also related, and also needs to be applied (not released yet)
Comment #13
borisson_Commited and pushed to both 2.x and 3.x