- Issue created by @wouters_f
- 🇧🇪Belgium wouters_f Leuven
If I in the function
function search_api_aais_form_search_api_index_form_alter(&$form, FormStateInterface $form_state, $form_id): void {
Disable this If and everything below
if (!empty($search_api_servers_aais_options)) {
I can add Elastic indices again.
I think this form alter is a bit too greedy, it should not be active on ES-indices. - e8fae7df committed on 1.x
Issue #3461721: Fixed required state and index name validation...
- e8fae7df committed on 1.x
- 🇧🇪Belgium interx Flanders
Thanks for the report. The required state and index name validation were overly zealous.
This has been fixed in dev and will be included in the next tagged release. - Status changed to Fixed
8 months ago 11:06am 16 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.