Loading modules/leaflet_views/src/Plugin/views/style/LeafletMap.php +2 −2 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ class LeafletMap extends StylePluginBase implements ContainerFactoryPluginInterf /** * {@inheritdoc} */ protected $usesRowPlugin = FALSE; protected $usesRowPlugin = TRUE; /** * The Entity type manager service. Loading Loading @@ -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: Loading Loading
modules/leaflet_views/src/Plugin/views/style/LeafletMap.php +2 −2 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ class LeafletMap extends StylePluginBase implements ContainerFactoryPluginInterf /** * {@inheritdoc} */ protected $usesRowPlugin = FALSE; protected $usesRowPlugin = TRUE; /** * The Entity type manager service. Loading Loading @@ -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: Loading