fix: [log index] use the proper action column

pull/79/head
iglocska 2021-11-17 16:04:02 +01:00
parent 0def46149f
commit 7f138325a8
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 2 additions and 2 deletions

View File

@ -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'),