[rt-users] RE: Email Link to Ticket doesn't work

Paul Barmaksezian Paul.Barmaksezian at Overture.com
Tue Apr 6 15:09:31 EDT 2004


Hadn't heard back on this issue, but a developer on our team figured it out (in case others have the same issue).  Here is the fix for my particular question.

Fix was to replace

<FORM METHOD=POST ACTION="<% (UNIVERSAL::can($r, 'uri') && ($r->uri) =~ 
m!.*/(.*)!) %>" >

with

<FORM METHOD=POST ACTION="<% (UNIVERSAL::can($r, 'uri') && ($r->uri)) . 
(UNIVERSAL::can($r, 'args') && ("?" . $r->args)) %>" >

in web/html/Elements/Login


Paul

>  -----Original Message-----
> From: 	Paul Barmaksezian  
> Sent:	Monday, March 22, 2004 11:44 AM
> To:	'rt-users at lists.bestpractical.com'
> Subject:	Email Link to Ticket doesn't work
> 
> I searched the archives for this and found a similar issue, but the resolution did not work for me, so I'll ask again.
> 
> When a new ticket is created (or one is modified), a link to that ticket is sent to the user or admin.  If the user is not already logged into RT, the link will bring him to the login page.  But, after logging in, we receive an error (RT Error No ticket specified).  If, however, we are already logged in, it works fine.
> 
> I was told to change CGI.pm for this and I did, but it didn't work.  Any help?
> 
> Paul
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20040406/30725644/attachment.htm>


More information about the rt-users mailing list