Skip Menu |

This queue is for tickets about the RT-Extension-JSGantt CPAN distribution.

Report information
The Basics
Id: 89545
Status: resolved
Priority: 0/
Queue: RT-Extension-JSGantt

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

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



Subject: Link does not show up on every search result
On RT 4.0.4, when you do a quick search on a queue, the link is not present in the page results. If you click on "Show Results", the link appears. Because plugins/RT-Extension-JSGantt/html/Callbacks/JSGantt/Elements/Tabs/Privileged uses: if ( $request_path =~ qr{^/Search/Results.html} ) { and simple search is /Search/Simple.html. I think the following would be ok: if ( $request_path =~ m!^/Search/\w\.html! ) {
Hi Emmanuel fixed in 0.20 thanks for reporting this! sunnavy On Wed Oct 16 05:33:57 2013, ELACOUR wrote: Show quoted text
> On RT 4.0.4, when you do a quick search on a queue, the link is not > present in the page results. If you click on "Show Results", the link > appears. > > Because plugins/RT-Extension- > JSGantt/html/Callbacks/JSGantt/Elements/Tabs/Privileged uses: > > if ( $request_path =~ qr{^/Search/Results.html} ) { > > > and simple search is /Search/Simple.html. > > I think the following would be ok: > > if ( $request_path =~ m!^/Search/\w\.html! ) {