Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
UIV-1931 make saved searches work for other group setting then event_…
Browse files Browse the repository at this point in the history
…production
  • Loading branch information
lukdens committed Jun 23, 2017
1 parent 68112e7 commit 2d7ba42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions culturefeed_saved_searches/includes/blocks.inc
Expand Up @@ -86,6 +86,9 @@ function culturefeed_saved_searches_get_cta_query() {
if ($page->getGroup() === 'event_production' && $param->getValue() !== '!type:production') {
$params[] = $key . '=' . $param->getValue();
}
else {
$params[] = $key . '=' . $param->getValue();
}
}
elseif ($key == 'datetype') {
$has_date_filter = TRUE;
Expand Down

0 comments on commit 2d7ba42

Please sign in to comment.