fix: [warninglists:index] Restored site admin permission requirement for deletion

pull/7386/head
mokaddem 2021-05-03 09:43:18 +02:00
parent aaae08cab4
commit e3536c9ba3
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@
'postLink' => true,
'postLinkConfirm' => __('Are you sure you want to delete the entry?'),
'icon' => 'trash',
'requirement' => $me['Role']['perm_site_admin'],
),
)
)