Skip to content

Commit

Permalink
Drop page parameter when adding search filters
Browse files Browse the repository at this point in the history
Updates #310
  • Loading branch information
inghamn committed Mar 27, 2019
1 parent cc558b2 commit 12523b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crm/blocks/html/tickets/searchForm.inc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ $this->template->addToAsset('scripts', BASE_URI.'/js/collapsible.js');
<fieldset id="advanced-search">
<?php
$currentUrl = new Url(Url::current_url(BASE_HOST));
if ($currentUrl->page) { unset($currentUrl->page); }
$html = '';

/**
Expand Down

0 comments on commit 12523b3

Please sign in to comment.