[rt-users] Missing directory in configuration link.
Kevin Falcone
falcone at bestpractical.com
Thu Aug 14 15:31:17 EDT 2008
>> Oops sorry, rt 3.8.1rc4/fastcgi
>> Client: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/
>> 20080702 Iceweasel/2.0.0.16 (Debian-2.0.0.16-0etch1).
>>
>> The links do work unless you navigate a certain way, It could only
>> be my instance but when I click Configuration on the left then
>> Global on top then Custom Fields on top, the links on top are ok
>> but the ones below are missing that one directory.
>>
> Ok I think I know the reason now, the links in the content area just
> have the File.html in the href='' but the link to the page from the
> top menu is /Admin/Global/CustomField and the bottom one is /Admin/
> Global/CustomField/index.html
>
> Basically thats how relative links work, there's no / at the end of
> the first url so it tries to look in .. because it thinks
> CustomField is a file not a Directory/. If i add a / to the end the
> links are ok, So the fix would probably to put the /index.html ahead
> of the top Custom Fields link, this is the brower behavior doing it.
>
> Sorry for the confusion.
With the clearer regressions I've been able to replicate this.
Yep, this is a regression from 3.8.0 in a feature that was added
recently.
You'll get mail about a ticket and we'll get this fixed for 3.8.1
-kevin
More information about the rt-users
mailing list