Minor link bugs

While going through the site I noticed a couple of minor bugs in regards
to URL links.

The Queues link in Global custom field configuration at
/Admin/Global/CustomFields/index.html isn’t correct. The one in the list
is ok but the link in the top menu points to /Queues.html instead of
/Admin/Global/CustomFields/Queues.html

The other is the iCal link from search result pages, It shows
‘localhost’ unless you set $WebBaseURL, I don’t know if this is intended
behavior as most of the site seems to not rely on Set($WebBaseURL ,
http://www.test.com’); in RT_SiteConfig.pm, it also puts a // after the
base url which does work.

Curtis

While going through the site I noticed a couple of minor bugs in
regards
to URL links.

The Queues link in Global custom field configuration at
/Admin/Global/CustomFields/index.html isn’t correct. The one in the
list
is ok but the link in the top menu points to /Queues.html instead of
/Admin/Global/CustomFields/Queues.html

I’ve opened a bug ticket to make sure we address this. Thanks!

The other is the iCal link from search result pages, It shows
‘localhost’ unless you set $WebBaseURL, I don’t know if this is
intended
behavior as most of the site seems to not rely on Set($WebBaseURL ,
http://www.test.com’); in RT_SiteConfig.pm, it also puts a // after
the
base url which does work.

I think this one is already sorted out for 3.8.1, which we’re busily
polishing up.

Curtis

Best,
Jesse