Task: Refactor filter panel to shared partial
This commit is contained in:
@@ -48,6 +48,7 @@ class IndexController extends AbstractController
|
||||
return $this->render('admin/assignment/index.html.twig', [
|
||||
'pagination' => $pagination,
|
||||
'filterForm' => $filterForm,
|
||||
'filterDto' => $filterDto,
|
||||
]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user