- Merge request !308Issue #3195199: Fix config schema with SearchApiBulkForm. → (Open) created by herved
In
#3117171: Bulk Form field for SAPI →
, we've introduced a the bulk form SAPI field. As we've used SearchApiFieldTrait, this trait adds 4 default options (link_to_item, use_highlighting, multi_type, multi_separator), the field will receive these options, even, I think, it doesn't need them. As the options schema of search_api_bulk_form plugin is the same as for views.field.bulk_form, we're getting:
views.view.*:display.default.display_options.fields.search_api_bulk_form.link_to_item failed with: missing schema
on a config sanity test that we're running.
I see 2 options:
views.field.search_api_bulk_form schema.SearchApiFieldTrait only methods regarding these field plugin options: ::defineOptions(), ::buildOptionsForm(), etc and all the logic that depends on these options (not an easy job!).SearchApiFieldTrait. In this way we are not breaking BC.SearchApiBulkForm use the new trait.The 1st approach is effective, the 2nd is too complex. I will provide a fix for the 1st, while discussing all options.
None.
Active
1.0
Views integration
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.