Restore attachment icon (not yet in all views). Fixes #3142

This commit is contained in:
James Cole
2020-02-23 06:59:41 +01:00
parent f53e9d91c0
commit bc485363ca
4 changed files with 84 additions and 14 deletions

View File

@@ -107,7 +107,8 @@ class IndexController extends Controller
->setPage($page)
->withBudgetInformation()
->withCategoryInformation()
->withAccountInformation();
->withAccountInformation()
->withAttachmentInformation();
$groups = $collector->getPaginatedGroups();
$groups->setPath($path);
@@ -147,7 +148,8 @@ class IndexController extends Controller
->setPage($page)
->withAccountInformation()
->withBudgetInformation()
->withCategoryInformation();
->withCategoryInformation()
->withAttachmentInformation();
$groups = $collector->getPaginatedGroups();
$groups->setPath($path);