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

[FEATURE] inform the teaser template about filtered locations

parent a40b558b
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ class JobTeaserController extends ActionController {
$featuredOffers = $this->jobRepository->findByFeaturedOffer($allowedLocations);
$this->view->assign('totalAmountOfOffers', $totalAmountOfOffers);
$this->view->assign('filteredLocations', !empty($allowedLocations));
$this->view->assign('featuredOffers', $featuredOffers);
}
}
......@@ -6,7 +6,7 @@
"license": [
"GPL-2.0-or-later"
],
"version": "1.9.4",
"version": "1.10.0",
"support": {
"issues": "https://gitlab.sgalinski.de/typo3/sg_jobs"
},
......
......@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = array (
'title' => 'Jobs',
'description' => 'Manage and display your Job offers.',
'category' => 'plugin',
'version' => '1.9.4',
'version' => '1.10.0',
'state' => 'stable',
'uploadfolder' => FALSE,
'createDirs' => '',
......
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