diff --git a/templates/activity/index.html.twig b/templates/activity/index.html.twig index d65b85e9..dcae1c37 100644 --- a/templates/activity/index.html.twig +++ b/templates/activity/index.html.twig @@ -11,7 +11,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 %} {% set columns = columns|merge({ diff --git a/templates/customer/index.html.twig b/templates/customer/index.html.twig index 29a9bfdd..29233b08 100644 --- a/templates/customer/index.html.twig +++ b/templates/customer/index.html.twig @@ -22,7 +22,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 %} {% set columns = columns|merge({ diff --git a/templates/invoice/listing.html.twig b/templates/invoice/listing.html.twig index bc201e07..f9c71ebc 100644 --- a/templates/invoice/listing.html.twig +++ b/templates/invoice/listing.html.twig @@ -13,7 +13,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 %} {% set columns = columns|merge({ diff --git a/templates/project/index.html.twig b/templates/project/index.html.twig index b835a975..28c468f4 100644 --- a/templates/project/index.html.twig +++ b/templates/project/index.html.twig @@ -15,7 +15,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 %} {% set columns = columns|merge({ diff --git a/templates/timesheet/layout-listing.html.twig b/templates/timesheet/layout-listing.html.twig index 595a0424..36dcf43c 100644 --- a/templates/timesheet/layout-listing.html.twig +++ b/templates/timesheet/layout-listing.html.twig @@ -161,7 +161,7 @@ {{ widgets.tag_list(entry.tags) }} {% for field in metaColumns %} - + {{ tables.datatable_meta_column(entry, field) }} {% endfor %} diff --git a/templates/user/index.html.twig b/templates/user/index.html.twig index be448110..13ad549d 100644 --- a/templates/user/index.html.twig +++ b/templates/user/index.html.twig @@ -15,7 +15,7 @@ } %} {% for pref in preferences %} {% set columns = columns|merge({ - ('mf_' ~ pref.name): {'title': pref.label|trans, 'class': 'hidden-xs hidden-sm', 'orderBy': false} + ('mf_' ~ pref.name): {'title': pref.label|trans, 'class': 'hidden-xs hidden-sm mf_' ~ pref.name, 'orderBy': false} }) %} {% endfor %} {% set columns = columns|merge({