Active
Project:
Views Aggregator Plus
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2022 at 15:53 UTC
Updated:
27 Jun 2025 at 00:44 UTC
Jump to comment: Most recent
Comments
Comment #2
crutch commentedComment #3
bbcThis is also happening when "Enumerate *" is selected.
Comment #4
crutch commentedWorking with an aggregated table recently I was able to hide the problem field, then add Custom Text field, add the token for the problem field to it and then it displays correctly.
Comment #5
bolecha commentedSame for me (Drupal 10.0.3, Views Aggregator Plus Version: 2.0.1, released 19 January 2022)
The enumerate column prints the html.
If I have for example "link to content" selected it prints the whole href
Comment #7
mortona2k commentedThis issue may be broader, I just encountered it with a Maximum grouping.
This workaround was helpful.
Comment #8
giuse69 commentedhi, this issue is 3 years old... any maintainer is looking at that?
Comment #9
mortona2k commentedSomething happening in the views display plugin, Table->setCell().
https://git.drupalcode.org/project/views_aggregator/-/blob/2.1.x/src/Plu...
By tracing the code with xdebug, I was seeing that the value gets rendered as markup, but then extracted as a string value before checking if the field isRenderable() and running renderNewValue(). The issue is somewhere in those functions.
I tested with this, to not process the title field on that line, and it rendered fine.
Not sure what else is wrong, but hopefully this gives the next person a better starting point.