chg: [events:view] Removed duplicated lockpad icon

pull/8063/merge
Sami Mokaddem 2022-03-17 14:25:40 +01:00
parent 9307a07760
commit 2d14113de9
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 10 deletions

View File

@ -15,16 +15,7 @@
'fields' => [
[
'key' => __('Event ID'),
'path' => 'Event.id',
'action_buttons' => [
[
'url' => '#',
'icon' => 'lock',
'style' => 'color:green;',
'title' => __('This is a protected event'),
'requirement' => !empty($event['Event']['protected'])
]
]
'path' => 'Event.id'
],
[
'key' => 'UUID',