From 54ff7f036aac690a08dd782d34364058763b1c9b Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Tue, 22 Apr 2014 08:23:18 -0500 Subject: [PATCH] pjax: Fix ticket export link --- include/staff/tickets.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/staff/tickets.inc.php b/include/staff/tickets.inc.php index 6345b506e..a03ebdbf4 100644 --- a/include/staff/tickets.inc.php +++ b/include/staff/tickets.inc.php @@ -465,7 +465,7 @@ if ($results) { <?php if($num>0){ //if we actually had any tickets returned. echo '<div> Page:'.$pageNav->getPageLinks().' '; - echo '<a class="export-csv" href="?a=export&h=' + echo '<a class="export-csv no-pjax" href="?a=export&h=' .$hash.'&status='.$_REQUEST['status'] .'">Export</a></div>'; ?> <?php -- GitLab