Gossamer Forum
Home : Products : DBMan SQL : Discussion :

speedbar in qsearch_results.html does not copy sid

Quote Reply
speedbar in qsearch_results.html does not copy sid
Hi,

It seems that the speedbar does not include the session id (parameter sid) in the qsearch_results.html page. Each time I click on one of the links in the speedbar, I get redirected to the ogin screen.

Jasper

http://www.bookings.org
Quote Reply
Re: [jaspercram] speedbar in qsearch_results.html does not copy sid In reply to
Thanks for the feedback. For now, you can change the command at line #131 within Relation/Home.pm like:

Change:
my $opts = ['db', 'do', 'sdb', 'q', 'mh'];

To:
my $opts = ['db', 'do', 'sdb', 'q', 'mh', 'sid'];

This bug will be fixed in next release version.

TheStone.

B.
Quote Reply
Re: [TheStone] speedbar in qsearch_results.html does not copy sid In reply to
It worked! Smile Thanks! Cool Great! Laugh

http://www.bookings.org