mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Fix #2746
This commit is contained in:
@@ -134,6 +134,10 @@ class CreateRecurringTransactions implements ShouldQueue
|
|||||||
$this->repository->setUser($recurrence->user);
|
$this->repository->setUser($recurrence->user);
|
||||||
$this->journalRepository->setUser($recurrence->user);
|
$this->journalRepository->setUser($recurrence->user);
|
||||||
$this->groupRepository->setUser($recurrence->user);
|
$this->groupRepository->setUser($recurrence->user);
|
||||||
|
|
||||||
|
// clear cache for user
|
||||||
|
app('preferences')->setForUser($recurrence->user, 'lastActivity', microtime());
|
||||||
|
|
||||||
Log::debug(sprintf('Now at recurrence #%d', $recurrence->id));
|
Log::debug(sprintf('Now at recurrence #%d', $recurrence->id));
|
||||||
$created = $this->handleRepetitions($recurrence);
|
$created = $this->handleRepetitions($recurrence);
|
||||||
Log::debug(sprintf('Done with recurrence #%d', $recurrence->id));
|
Log::debug(sprintf('Done with recurrence #%d', $recurrence->id));
|
||||||
|
Reference in New Issue
Block a user