fix: add view action to index templates

pull/7593/head
Luciano Righetti 2021-07-21 11:13:12 +02:00
parent e7ae9df6a3
commit 08e80160ed
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,11 @@ echo $this->element('genericElements/IndexTable/scaffold', [
]
],
'actions' => [
[
'url' => $baseurl . '/templates/view',
'url_params_data_paths' => ['Template.id'],
'icon' => 'eye'
],
[
'url' => $baseurl . '/templates/edit',
'url_params_data_paths' => [