update listing, handle fields with or without callbacks or callbacks only
This commit is contained in:
@@ -31,7 +31,7 @@ return [
|
||||
'path' => [
|
||||
'label' => $lng['panel']['path'],
|
||||
'field' => 'path',
|
||||
'format_callback' => [Ftp::class, 'pathRelative']
|
||||
'callback' => [Ftp::class, 'pathRelative']
|
||||
]
|
||||
],
|
||||
'visible_columns' => Listing::getVisibleColumnsForListing('htpasswd_list', [
|
||||
|
||||
Reference in New Issue
Block a user