Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

Commit

Permalink
fix: fix admin log view agenda_item_created (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Jun 6, 2021
1 parent aea85f2 commit ccebe41
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/Helpers/LogHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -1153,11 +1153,7 @@ public static function processAuditLog(AuditLog $log): string

case 'agenda_item_created':
$sentence = trans('account.log_agenda_item_created', [
'group_id' => $log->object->{'group_id'},
'group_name' => $log->object->{'group_name'},
'employee_id' => $log->object->{'employee_id'},
'employee_name' => $log->object->{'employee_name'},
'meeting_id' => $log->object->{'meeting_id'},
]);
break;

Expand Down

0 comments on commit ccebe41

Please sign in to comment.