- π³πΏNew Zealand quietone
@bwong, Thank you for reporting this problem. We rely on issue reports like this to improve Drupal core.
There hasn't been any activity here for 4 years.
Is this still a problem? If so, in order to investigate this we need complete steps to reproduce the issue β (starting from "Install Drupal core").
Since we need more information to move forward with this issue, I am keeping the status at Postponed (maintainer needs more info). If we don't receive additional information to help with the issue, it may be closed after three months.
Thanks!
- Status changed to Closed: outdated
over 1 year ago 11:27am 11 September 2023 - π³πΏNew Zealand quietone
No further information has been supplied, therefor closing this issue.
If you are experiencing this problem on a supported version of Drupal reopen the issue, by setting the status to 'Active', and provide complete steps to reproduce the issue β (starting from "Install Drupal core").
Thanks!
- πΊπΈUnited States bwong
I know that this is late but it looks like a Webform related problem. You need to have a table with at least two grouping fields that rewrite the field contents with HTML like a link. If you use just node fields things work well. If you use webform submission or global text fields then the problem arises.
- πΊπΈUnited States bwong
It turns out there is a simple fix. The Views grouping support used a simple string that would get quoted. Changing it to a Markup object fixes things.
- πΊπΈUnited States bwong
Actually, this patch should be expanded so the it is bracketed by a <span> with a class so it can be identified. Right now it is a simplel string. It could be added by custom text but providing a standard class makes it easier to modify using CSS.
- πΊπΈUnited States smustgrave
Thanks for working on it
So all fixes should be in MRs now and as a bug probably needs test coverage
Also issue summary should follow the standard issue template
Thanks!
- πΊπΈUnited States bwong
Will do. Haven't done changes in a while and have nt written a test before. Something new to do.