Skip to content

Commit

Permalink
Merge pull request #803 from City-of-Helsinki/UHF-10472
Browse files Browse the repository at this point in the history
UHF-10472: Filter by correct field
  • Loading branch information
tuutti authored Sep 5, 2024
2 parents 2a705eb + 33a408a commit 95764bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function helfi_paragraphs_news_list_paragraph_view(

$termFilters = [
'news_tags_uuid' => $entity->getTagsUuid(),
'groups_uuid' => $entity->getGroupsUuid(),
'news_groups_uuid' => $entity->getGroupsUuid(),
'neighbourhoods_uuid' => $entity->getNeighbourhoodsUuids(),
];
foreach ($termFilters as $name => $value) {
Expand Down

0 comments on commit 95764bf

Please sign in to comment.