mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 17:39:06 +02:00
Added a basic show category parts page with datatable
This commit is contained in:
parent
8c8bbbbd86
commit
ba33399b20
20 changed files with 11091 additions and 19 deletions
|
@ -41,7 +41,7 @@ class PartController extends AbstractController
|
|||
{
|
||||
|
||||
/**
|
||||
* @Route("/part/{id}/info")
|
||||
* @Route("/part/{id}/info", name="part_info")
|
||||
* @Route("/part/{id}")
|
||||
*/
|
||||
function show(Part $part)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue