Skip Menu |

This queue is for tickets about the RTx-Calendar CPAN distribution.

Report information
The Basics
Id: 89546
Status: open
Priority: 0/
Queue: RTx-Calendar

People
Owner: Nobody in particular
Requestors: ELACOUR [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Calendar link does not show up on every search result pages
See #89545
Subject: Re: [rt.cpan.org #89546] Calendar link does not show up on every search result pages
Date: Tue, 22 Oct 2013 17:04:08 -0400
To: Emmanuel Lacour via RT <bug-RTx-Calendar [...] rt.cpan.org>
From: Kevin Falcone <falcone [...] bestpractical.com>
On Wed, Oct 16, 2013 at 05:34:53AM -0400, Emmanuel Lacour via RT wrote: Show quoted text
> Subject: Calendar link does not show up on every search result pages > See #89545
RTx-Calendar has totally different Search results checking code from JSGantt. https://github.com/bestpractical/rtx-calendar/blob/master/html/Callbacks/RTx-Calendar/Elements/Tabs/Privileged#L58 It works fine on results pages for me under 4.0 and 4.2. What kind of failure are you seeing? -kevin
Le Mar 22 Oct 2013 17:04:12, falcone@bestpractical.com a écrit : Show quoted text
> > It works fine on results pages for me under 4.0 and 4.2. > What kind of failure are you seeing? >
Use se quick search box on top right, the Calendar link does not appear in the result page ( /Search/Simple.html). (click on "Show results", the link is there). if ( $request_path =~ qr{^/Search/} && $m->request_args->{Query} ) { Simple.html does not have a "Query" as request arg, but "q".