Skip to content

Commit 12523b3

Browse files
committed
Drop page parameter when adding search filters
Updates #310
1 parent cc558b2 commit 12523b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crm/blocks/html/tickets/searchForm.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ $this->template->addToAsset('scripts', BASE_URI.'/js/collapsible.js');
5555
<fieldset id="advanced-search">
5656
<?php
5757
$currentUrl = new Url(Url::current_url(BASE_HOST));
58+
if ($currentUrl->page) { unset($currentUrl->page); }
5859
$html = '';
5960

6061
/**

0 commit comments

Comments
 (0)