diff --git a/templates/AuditLogs/index.php b/templates/AuditLogs/index.php index 46ec90b..a121e4f 100644 --- a/templates/AuditLogs/index.php +++ b/templates/AuditLogs/index.php @@ -45,8 +45,8 @@ echo $this->element('genericElements/IndexTable/index_table', [ ], [ 'name' => __('Action'), - 'sort' => 'action', - 'data_path' => 'action', + 'sort' => 'request_action', + 'data_path' => 'request_action', ], [ 'name' => __('Change'),