From 62e6a178dfe8f97139d857d842c94884e428a228 Mon Sep 17 00:00:00 2001 From: Torsten Oppermann <torsten@sgalinski.de> Date: Wed, 8 Nov 2017 10:10:33 +0100 Subject: [PATCH] [TASK] Add filters argument to be controller --- Classes/Controller/BackendController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Classes/Controller/BackendController.php b/Classes/Controller/BackendController.php index 630d69ce..30452a16 100644 --- a/Classes/Controller/BackendController.php +++ b/Classes/Controller/BackendController.php @@ -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'); -- GitLab