RT 3.8 - clicking on the searches on the "at a glance" page results in URLs with localhost

Hi,

when I click on either the “10 newest unowned tickets” or “10 highest
priority tickets I own”-link, a URL with “localhost:80” geht’s created.
I can create “normal” searches and they work - though, I don’t know if
it is supposed to be normal that clicking on the “And/Or” button
changes all ANDs to OR and vice-versa.
I would have expected it to change only the selected line.

This is my test-install - I’ll probably wait for 3.8.1 before I update
my production system - but I’d like to know what causes this.
This is RT3.8 on FreeBSD7 with PostgreSQL 8.3.9, apache 2.2.9 and
modperl2, upgrade from 3.6.3.

Has anyone seen this?

RT3.8 looks nice, though.

cheers,
Rainer

I can create “normal” searches and they work - though, I don’t know if
it is supposed to be normal that clicking on the “And/Or” button
changes all ANDs to OR and vice-versa.
I would have expected it to change only the selected line.

It changes only items at the same parenthesis depth.

A OR B AND C OR D doesn’t make much sense until you say

A OR (B AND C) OR D.

I can create “normal” searches and they work - though, I don’t know
if
it is supposed to be normal that clicking on the “And/Or” button
changes all ANDs to OR and vice-versa.
I would have expected it to change only the selected line.

It changes only items at the same parenthesis depth.

A OR B AND C OR D doesn’t make much sense until you say

A OR (B AND C) OR D.

OK.
I see.
The other issue (localhost in URL) is a missing configuration-item in
the inherited RT_SiteConfig.
After adapting that to the way RT wants to have it now, it works.

cheers,
Rainer