[rt-devel] RT 3.0.3pre3: bottomline not shown when adding correspondence

Autrijus Tang autrijus at autrijus.org
Thu Jun 12 23:16:15 EDT 2003


On Fri, Jun 13, 2003 at 10:52:14AM +1000, Phil Homewood wrote:
> Stanislav Sinyagin wrote:
> > Ticket/Update.html does not show the bottom line.
> 
> My mason-fu is weak, so I have no fix to propose. Anyone?

Sure.  This fix has just been committed here.

Thanks,
/Autrijus/


Change 6504 by autrijus at autrinor on 2003/06/13 03:10:23

	* instead of abort, say return.

Affected files ...

... //depot/RT/rt/html/Ticket/Update.html#24 edit

Differences ...

==== //depot/RT/rt/html/Ticket/Update.html#24 (text) ====

@@ -193,7 +193,7 @@
 
 if ( exists $ARGS{SubmitTicket} ) {
     $m->comp('Display.html', %ARGS);
-    $m->abort();
+    return;
 }
 </%INIT>
 



More information about the Rt-devel mailing list