Fix for calendar search. The search always returns relative URLs, so you must manually put them through session->url->gateway
This commit is contained in:
parent
feca570b50
commit
9031a17c35
2 changed files with 2 additions and 1 deletions
|
|
@ -16,6 +16,7 @@
|
|||
macro. (perlDreamer Consulting, LLC)
|
||||
- Fixed a bad module name in the updated WeatherData asset (perlDreamer Consulting, LLC)
|
||||
- File and Image handling via Storage.pm (perlDreamer Consulting, LLC)
|
||||
- Calendar: event details misdirection (perlDreamer Consulting, LLC)
|
||||
|
||||
7.3.11
|
||||
- Added an option for enabling coverage tests to testCodebase.pl.
|
||||
|
|
|
|||
|
|
@ -1633,7 +1633,7 @@ sub www_search {
|
|||
if ($data->{startTime});
|
||||
|
||||
push(@results, {
|
||||
url => $data->{url},
|
||||
url => $self->session->url->gateway($data->{url}),
|
||||
title => $data->{title},
|
||||
synopsis => $data->{synopsis},
|
||||
startDate => $dt->strftime('%B %e, %Y'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue