show budget and time-budget columns in listing views (#2429)

This commit is contained in:
Kevin Papst
2021-03-13 20:44:10 +01:00
committed by GitHub
parent 3e9371bd6a
commit ec0eca39ff
7 changed files with 24 additions and 6 deletions

View File

@@ -92,6 +92,7 @@ final class ActivityController extends AbstractController
'query' => $query,
'toolbarForm' => $form->createView(),
'metaColumns' => $this->findMetaColumns($query),
'defaultCurrency' => $this->configuration->getCustomerDefaultCurrency()
]);
}