mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 23:28:20 +00:00
Display audit logs
This commit is contained in:
@@ -74,7 +74,7 @@ class MoveNotesToDescription implements ActionInterface
|
||||
$note->delete();
|
||||
|
||||
event(new TriggeredAuditLog($this->action->rule, $journal, 'update_description', $before, $journal->description));
|
||||
event(new TriggeredAuditLog($this->action->rule, $journal, 'remove_notes', $beforeNote, null));
|
||||
event(new TriggeredAuditLog($this->action->rule, $journal, 'clear_notes', $beforeNote, null));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user