From f2ea821948c376d789322bd5d6b8d82e652ebc85 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Mon, 25 Apr 2022 09:05:58 +0200 Subject: [PATCH] forgot to save one more file, again fix wrong visible-callback for ssl-editor in domain-listing Signed-off-by: Michael Kaufmann --- lib/tablelisting/customer/tablelisting.domains.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tablelisting/customer/tablelisting.domains.php b/lib/tablelisting/customer/tablelisting.domains.php index 0946a6df..f86d24e9 100644 --- a/lib/tablelisting/customer/tablelisting.domains.php +++ b/lib/tablelisting/customer/tablelisting.domains.php @@ -86,7 +86,7 @@ return [ 'action' => 'view', 'id' => ':id' ], - 'visible' => [Domain::class, 'adminCanEditDNS'] + 'visible' => [Domain::class, 'canEditSSL'] ], 'letsencrypt' => [ 'icon' => 'fa fa-shield',