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

[TASK] Fixing issue with the filters

parent 704bb1a7
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ class FrontendFilterService { ...@@ -49,7 +49,7 @@ class FrontendFilterService {
public static function getJobs(array $filters = [], $recordPageId, $limit = 0, $offset = 0): array { public static function getJobs(array $filters = [], $recordPageId, $limit = 0, $offset = 0): array {
// get all company ids // get all company ids
$queryBuilder = GeneralUtility::makeInstance(ConnectionPool::class)->getQueryBuilderForTable( $queryBuilder = GeneralUtility::makeInstance(ConnectionPool::class)->getQueryBuilderForTable(
'tx_sgjobs_domain_model_company' 'tx_sgjobs_domain_model_job'
); );
$statement = $queryBuilder->select('a.uid') $statement = $queryBuilder->select('a.uid')
......
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