Commit 48e06d06 authored by Italo Mairo's avatar Italo Mairo Committed by Italo Mairo
Browse files

Issue #3324271 by nor sairi, karanpagare, itamair: Error on...

Issue #3324271 by nor sairi, karanpagare, itamair: Error on #rendered_view_fields popup option after upgrade
parent e991c307
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ class LeafletMap extends StylePluginBase implements ContainerFactoryPluginInterf
  /**
   * {@inheritdoc}
   */
  protected $usesRowPlugin = FALSE;
  protected $usesRowPlugin = TRUE;

  /**
   * The Entity type manager service.
@@ -992,7 +992,7 @@ class LeafletMap extends StylePluginBase implements ContainerFactoryPluginInterf
                      $render_row = [
                        "markup" => $this->view->rowPlugin->render($result),
                      ];
                      $popup_content = !empty($this->options['description_field']) ? $this->renderer->renderPlain($render_row) : '';
                      $popup_content = $this->renderer->renderPlain($render_row);
                      break;

                    default: