mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 01:49:05 +02:00
Added an info panel to categories list.
This commit is contained in:
parent
1ac5995729
commit
8dc9c7b9ae
4 changed files with 81 additions and 6 deletions
|
@ -54,7 +54,10 @@ class PartListsController extends AbstractController
|
|||
return $table->getResponse();
|
||||
}
|
||||
|
||||
return $this->render('Parts/lists/category_list.html.twig', ['datatable' => $table]);
|
||||
return $this->render('Parts/lists/category_list.html.twig', [
|
||||
'datatable' => $table,
|
||||
'entity' => $category
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue