From a4091ea7712ec6a84abad9142ac343bd73a82648 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Mon, 22 Jun 2015 10:05:15 +0000 Subject: [PATCH] Bug fix: make Excel export work on results of the global search. SVN:2.1.1[3604] --- pages/UI.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/UI.php b/pages/UI.php index 479ec5b494..34510404a0 100644 --- a/pages/UI.php +++ b/pages/UI.php @@ -601,6 +601,7 @@ try if ($iErrors == 0) { $oP->set_title(Dict::S('UI:SearchResultsPageTitle')); + $oP->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/xlsx-export.js'); // Since the results are loaded asynchronously they don't do this on their own $oP->add("
\n"); $oP->add("
\n"); $oP->add(' '.Dict::Format('UI:Search:Ongoing', htmlentities($sFullText, ENT_QUOTES, 'UTF-8')).''); @@ -1654,4 +1655,4 @@ catch(Exception $e) IssueLog::Error($e->getMessage()); } } -?> \ No newline at end of file +?>