mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Display audit logs
This commit is contained in:
@@ -55,7 +55,7 @@ class AppendDescription implements ActionInterface
|
||||
// event for audit log entry
|
||||
/** @var TransactionJournal $journal */
|
||||
$journal = TransactionJournal::where('user_id', $journal['user_id'])->find($journal['transaction_journal_id']);
|
||||
event(new TriggeredAuditLog($this->action->rule, $journal, 'update_description', null, $description));
|
||||
event(new TriggeredAuditLog($this->action->rule, $journal, 'update_description', $journal['description'], $description));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user