Skip to content
Snippets Groups Projects
Commit 62e6a178 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Add filters argument to be controller

parent dede6291
No related branches found
No related tags found
No related merge requests found
......@@ -46,9 +46,10 @@ class BackendController extends ActionController {
/**
* Show all job offers and options to manage them
*
* @param array $filters
* @return void
*/
public function indexAction() {
public function indexAction(array $filters = []) {
// create doc header component
try {
$pageUid = (int) GeneralUtility::_GP('id');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment