Added an info panel to categories list.

This commit is contained in:
Jan Böhmer 2019-09-08 13:37:11 +02:00
parent 1ac5995729
commit 8dc9c7b9ae
4 changed files with 81 additions and 6 deletions

View file

@ -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
]);
}
/**