Skip to content
Snippets Groups Projects
Commit 87e12925 authored by Jordan Karlov's avatar Jordan Karlov Committed by Jordan Karlov
Browse files

Issue #3211946 by JordiK, tamarpe, nguerrier, devitate, Ralkeon: Enumerаte * of LINKS drops links

parent 7cf77e33
Branches
Tags
No related merge requests found
......@@ -604,7 +604,7 @@ class Table extends ViewsTable {
// Special handling of rendered fields, "Global: Custom text",
// "Global: View" and custom plugin fields.
if ($render === TRUE || $this->isCustomTextField($field_handler) || $this->isViewsFieldView($field_handler) || !in_array($field_handler->getProvider(), ['views', 'webform_views'])) {
return trim(strip_tags((string) $this->rendered_fields[$row_num][$field_name]));
return trim((string) $this->rendered_fields[$row_num][$field_name]);
}
// Special handling of "Webform submission data".
if ($this->isWebformNumeric($field_handler) || $this->isWebformField($field_handler)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment