[Rtir] GUI improvement

John Green j.green at ukerna.ac.uk
Fri May 28 03:35:12 EDT 2004


Marc Boix wrote:
> Hello people!

Hi Marc

> I've added a line in /RTIR/Display.html file, because:
>   after the creation of a ticket, the URL still keep as
> http:.../RTIR/Create.html
>   so, an accidental reload click in the navigator creates a new incident
> ticket
> 
> This is my diff:
> --- Display.html.old    Tue Mar 30 03:56:34 2004
> +++ Display.html        Wed May 26 13:55:48 2004
> @@ -281,6 +281,7 @@
>      $ARGS{'id'}=$Ticket->Id;
>      &$DoLinks($ChildObj, $Ticket);
>    }
> +  $m->redirect('Display.html'.'?id='.$ARGS{'id'});
> 
>  } else {
>      $Ticket = LoadTicket($id);
> 
> What do you think about?

Looks okay and I can't see any reason why this shouldn't be merged with 
RTIR trunk.  Jesse?

> Besides, a month ago I've send a mail at RT-Develop List asking about
> another little change
> 	http://lists.bestpractical.com/pipermail/rt-devel/2004-April/005743.html
> Somebody know if my change is right?

Again, this looks fine.

Unfortunately I don't have time to test these for a few weeks as I'll be 
on holiday.

Cheers
John
JANET-CERT


More information about the Rtir mailing list