mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Fix #4070
This commit is contained in:
@@ -210,6 +210,7 @@ class OperatorQuerySearch implements SearchInterface
|
|||||||
$this->billRepository->setUser($user);
|
$this->billRepository->setUser($user);
|
||||||
$this->categoryRepository->setUser($user);
|
$this->categoryRepository->setUser($user);
|
||||||
$this->budgetRepository->setUser($user);
|
$this->budgetRepository->setUser($user);
|
||||||
|
$this->tagRepository->setUser($user);
|
||||||
$this->collector = app(GroupCollectorInterface::class);
|
$this->collector = app(GroupCollectorInterface::class);
|
||||||
$this->collector->setUser($this->user);
|
$this->collector->setUser($this->user);
|
||||||
$this->collector->withAccountInformation()->withCategoryInformation()->withBudgetInformation();
|
$this->collector->withAccountInformation()->withCategoryInformation()->withBudgetInformation();
|
||||||
|
Reference in New Issue
Block a user