Skip Menu |

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

Report information
The Basics
Id: 99210
Status: resolved
Priority: 0/
Queue: RT-Extension-ActivityReports

People
Owner: Nobody in particular
Requestors: dkidd [...] miamioh.edu
Cc:
AdminCc:

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



Subject: Incorrect WebPath being used
Date: Mon, 29 Sep 2014 11:36:21 -0400
To: bug-RT-Extension-ActivityReports [...] rt.cpan.org
From: "Kidd, Don" <dkidd [...] miamioh.edu>
This plugin is great by the way but I wanted to let you know that it doesn't appear to be using the WebPath variable when determining the URL. In our SiteConfig file we have the line, Set( $WebPath, '/rt'); If I add the activityReports on my Dashboard and then click on the title it trys to take me to the report but the URL that it tries to go to doesn't include /rt in the URL. Don -------- Don W. Kidd Senior Systems Analyst dkidd@MiamiOH.edu 513.529.9655 [image: PastedGraphic-1.tiff] “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams
Subject: Re: [rt.cpan.org #99210] Incorrect WebPath being used
Date: Mon, 29 Sep 2014 12:14:23 -0400
To: "dkidd [...] miamioh.edu via RT" <bug-RT-Extension-ActivityReports [...] rt.cpan.org>
From: Kevin Falcone <falcone [...] bestpractical.com>
On Mon, Sep 29, 2014 at 11:36:33AM -0400, dkidd@miamioh.edu via RT wrote: Show quoted text
> This plugin is great by the way but I wanted to let you know that it > doesn't appear to be using the WebPath variable when determining the URL. > In our SiteConfig file we have the line, > Set( $WebPath, '/rt'); > > If I add the activityReports on my Dashboard and then click on the title it > trys to take me to the report but the URL that it tries to go to doesn't > include /rt in the URL.
It would be great to know RT version Module version Which report (the extension provides several) -kevin
Subject: Re: [rt.cpan.org #99210] Incorrect WebPath being used
Date: Tue, 30 Sep 2014 00:07:39 -0400
To: bug-RT-Extension-ActivityReports [...] rt.cpan.org
From: "Kidd, Don" <dkidd [...] miamioh.edu>
It looks like I'm using Version 1.05 of the module and Version 4.2.6 of RT I think I have actually fixed the code, It appears to be a problem with line 8 of the html/Search/ActivityReport.html file My problem is solved when I update the line to include... $m->redirect($RT::WebPath.'/Report/.... The problem appears to be in all reports, not just one, I can do some more testing to see, but this fix seemed to solve my problem. Don -------- Don W. Kidd Senior Systems Analyst dkidd@MiamiOH.edu 513.529.9655 [image: PastedGraphic-1.tiff] “If your actions inspire others to dream more, learn more, do more and become more, you are a leader.” -- John Quincy Adams On Mon, Sep 29, 2014 at 11:36 AM, Kidd, Don <dkidd@miamioh.edu> wrote: Show quoted text
> This plugin is great by the way but I wanted to let you know that it > doesn't appear to be using the WebPath variable when determining the URL. > In our SiteConfig file we have the line, > Set( $WebPath, '/rt'); > > If I add the activityReports on my Dashboard and then click on the title > it trys to take me to the report but the URL that it tries to go to doesn't > include /rt in the URL. > > Don > > -------- > Don W. Kidd > Senior Systems Analyst > dkidd@MiamiOH.edu > 513.529.9655 > > [image: PastedGraphic-1.tiff] > > “If your actions inspire others to dream more, learn more, do more and > become more, you are a leader.” -- John Quincy Adams > > >
Subject: Re: [rt.cpan.org #99210] Incorrect WebPath being used
Date: Tue, 30 Sep 2014 00:17:39 -0400
To: bug-RT-Extension-ActivityReports [...] rt.cpan.org
From: Alex Vandiver <alexmv [...] bestpractical.com>
On 09/30/2014 12:07 AM, dkidd@miamioh.edu via RT wrote: Show quoted text
> It looks like I'm using Version 1.05 of the module and Version 4.2.6 of RT > > I think I have actually fixed the code, It appears to be a problem with > line 8 of the html/Search/ActivityReport.html file > My problem is solved when I update the line to include... > $m->redirect($RT::WebPath.'/Report/.... > > The problem appears to be in all reports, not just one, I can do some more > testing to see, but this fix seemed to solve my problem.
Thanks for the more detailed report. Fixed, and released in 1.06. - Alex