Skip to content
Snippets Groups Projects
Commit 625cc632 authored by Philipp Nowinski's avatar Philipp Nowinski
Browse files

[BUGFIX] remove obsolete filter

parent f681d4bc
No related branches found
No related tags found
No related merge requests found
......@@ -320,9 +320,6 @@ class JoblistController extends ActionController {
$areas = $this->jobRepository->getAllAreas($rootPageId);
$this->view->assign('areas', $areas);
$functions = $this->jobRepository->getAllFunctions($rootPageId);
$this->view->assign('functions', $functions);
}
/**
......
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