fix column-customizer for non-api based resources; add more no_search=true tags in various tablelistings where search is not available
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -57,9 +57,10 @@ class Listing
|
||||
];
|
||||
}
|
||||
|
||||
public static function formatFromArray(array $collection, array $tabellisting): array
|
||||
public static function formatFromArray(array $collection, array $tabellisting, string $id): array
|
||||
{
|
||||
return [
|
||||
'id' => $id,
|
||||
'title' => $tabellisting['title'],
|
||||
'description' => $tabellisting['description'] ?? null,
|
||||
'icon' => $tabellisting['icon'] ?? null,
|
||||
|
||||
Reference in New Issue
Block a user