[rt-users] Stats Package
Russ Johnson
russj at dimstar.net
Thu Apr 4 19:00:14 EST 2002
I just got around to installing the stats package. Everything appears to be
working, except when I go to the "Number of tickets resolved per queue per
day" page. When I go there, I see a dialog prompting me to accept an ssl
certificate. I looked in the CallsMultiqueue.html file, and found the
following:
% my $url = 'https://rt.oucs.ox.ac.uk/chart?type=lines&x_labels=[';
% $url .= join ",", @{ shift @data };
% $url .= ']&';
% $url .= 'set_legend=['.(join ",", @legend)."]&";
% for (0..$#data) {
% $url .= "data".(1+$_)."=[".(join ",", @{$data[$_]})."]&";
% }
% chop $url;
It looks like someone forgot to change
"'https://rt.oucs.ox.ac.uk/chart?type=lines&x_labels"
to "$RT::WebURL.'/chart?type=lines&x_labels"
Russ Johnson
http://www.dimstar.net
Don't use a big word where a diminutive one will suffice
More information about the rt-users
mailing list