Skip to content

Commit

Permalink
Merge pull request #190 from Prestaworks/issue_35275
Browse files Browse the repository at this point in the history
Remove language from filter
  • Loading branch information
jolelievre authored Feb 13, 2024
2 parents 9515bc1 + fd2b351 commit 7040533
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ private function processForm(Request $request, $successMessage, $linkBlockId = n
protected function buildFiltersParamsByRequest(Request $request)
{
$filtersParams = array_merge(LinkBlockFilters::getDefaults(), $request->query->all());
$filtersParams['filters']['id_lang'] = $this->getContext()->language->id;

return $filtersParams;
}
Expand Down

0 comments on commit 7040533

Please sign in to comment.