- Issue created by @josedsilva
- Merge request !15Issue #3511106 by josedsilva: ajax error thrown when adding Excluded override... → (Open) created by josedsilva
Ajax error: "Undefined array key "target_id" in modules/contrib/search_overrides/src/Element/AddOverride.php on line 130" thrown when adding an override to the Excluded section in a node content and the same override was also added as a Promoted override in another node content.
There is a bug in the if-expression in file: search_overrides/src/Element/AddOverride.php Line 130
https://git.drupalcode.org/project/search_overrides/-/blame/2.1.x/src/El...
The expression should be:
if ($nid == $value['value']) {
Active
2.1
Code