Extra backtick character in views-view--table.twig column field classes

Created on 3 April 2024, about 1 year ago
Updated 17 April 2024, 12 months ago

Problem/Motivation

At line 100 in views-view--table.twig file, there is an extra backtick which prevents class selection in CSS:
{% set column_classes = column_classes|merge(['views `views-field-' ~ field]) %}
shoud be
{% set column_classes = column_classes|merge(['views views-field-' ~ field]) %}

Proposed resolution

Remove the backtick.

Remaining tasks

MR is coming.

🐛 Bug report
Status

Fixed

Version

6.0

Component

Code

Created by

🇫🇷France PhilY 🇪🇺🇫🇷 Paris, France

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024