From 184026f5f11f7fccc3d502c95fb16c8fee3cd8ed Mon Sep 17 00:00:00 2001 From: Andreas Pollak Date: Thu, 26 May 2022 17:11:02 +0200 Subject: [PATCH] added css class for custom fields (#3328) --- templates/timesheet/layout-listing.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/timesheet/layout-listing.html.twig b/templates/timesheet/layout-listing.html.twig index ad90f1ea..595a0424 100644 --- a/templates/timesheet/layout-listing.html.twig +++ b/templates/timesheet/layout-listing.html.twig @@ -37,7 +37,7 @@ }) %} {% for field in metaColumns %} {% set columns = columns|merge({ - ('mf_' ~ field.name): {'title': field.label|trans, 'class': 'hidden-xs hidden-sm', 'orderBy': false} + ('mf_' ~ field.name): {'title': field.label|trans, 'class': 'hidden-xs hidden-sm mf_' ~ field.name, 'orderBy': false} }) %} {% endfor %} {% if canSeeUsername %}