Commit 8f2de99e authored by Dmytrii Kaiun's avatar Dmytrii Kaiun Committed by Tiago Siqueira
Browse files

Issue #3255928 by tBKoT: Fix enity autocomplete when views is using (#2671)

* Issue #3255928 by tBKoT: Fix enity autocomplete when views is using

* Issue #3255928 by tBKoT, tbsiqueira: Fix entity autocomplete when views is using

Co-authored-by: default avatarTaras Kruts <taras.kruts@lemberg.co.uk>
Co-authored-by: default avatarTiago Siqueira <tiagobdesiqueira@gmail.com>
parent c1dd9fd7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -19,10 +19,9 @@ class EntityAutocompleteMatcher extends EntityAutocompleteMatcherBase {
  public function getMatches($target_type, $selection_handler, $selection_settings, $string = '') {
    $matches = [];

    $options = [
    $options = $selection_settings + [
      'target_type' => $target_type,
      'handler' => $selection_handler,
      'handler_settings' => $selection_settings,
    ];
    $handler = $this->selectionManager->getInstance($options);