Upgrade Tabler frontend to 1.0.21 (#5066)

This commit is contained in:
Kevin Papst
2024-09-23 18:31:33 +02:00
committed by GitHub
parent 13649e146c
commit 40154be8f9
27 changed files with 287 additions and 269 deletions

View File

@@ -97,7 +97,7 @@ abstract class TimesheetAbstractController extends AbstractController
$table->addColumn('project', ['class' => 'd-none d-xl-table-cell']);
$table->addColumn('activity', ['class' => 'd-none d-xl-table-cell']);
$table->addColumn('description', ['class' => 'd-none']);
$table->addColumn('tags', ['class' => 'd-none badges', 'orderBy' => false]);
$table->addColumn('tags', ['class' => 'd-none', 'orderBy' => false]);
foreach ($metaColumns as $metaColumn) {
$table->addColumn('mf_' . $metaColumn->getName(), ['title' => $metaColumn->getLabel(), 'class' => 'd-none', 'orderBy' => false, 'data' => $metaColumn]);