Skip to content
Snippets Groups Projects
Commit 552e8ae0 authored by svaj's avatar svaj Committed by Andriy Podanenko
Browse files

Issue #1590156 by svajlenka | alex.neblett: Fixed Global: Custom text - Cannot...

Issue #1590156 by svajlenka | alex.neblett: Fixed Global: Custom text - Cannot be used for Bubble pop-up field.
parent 25b3ad05
No related branches found
No related tags found
No related merge requests found
......@@ -260,6 +260,9 @@ class gmap_plugin_style_gmap extends views_plugin_style {
if ($this->options['bubbletextenabled'] && !empty($bubbletext_field_alias) && !empty($row->{$bubbletext_field_alias})) {
$bubbletext = $this->rendered_fields[$row_index][$this->options['bubbletextfield']];
}
elseif ($this->options['bubbletextenabled'] && $bubbletext_field_obj->real_field == 'nothing'){
$bubbletext = $this->rendered_fields[$row_index][$this->options['bubbletextfield']];
}
$marker = array(
'latitude' => $lat,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment