[rt-devel] [PATCH] Tiny change for numbering transactions

Jesse Vincent jesse at bestpractical.com
Tue Dec 9 14:38:15 EST 2003




On Tue, Dec 09, 2003 at 02:31:47PM -0500, Andrew J. Korty wrote:
> Is there a reason RT defaults to marking transactions with # signs
> rather than numbers?  I've attached a trivial patch.  Does it break
> things in some way I can't fathom?

Those number signs are just an "Anchor" for people who want to be able
to reference specific transactions. The fear was that actual numbers
there will be even more cluttering. Note that with your patch the
number for a given transaction will change if tickets are merged, which
could be confusing.

	-j

> -- 
> Andrew J. Korty, Principal Security Engineer, GCIA, GCFA
> Office of the Vice President for Information Technology
> Indiana University

> --- share/html/Ticket/Elements/ShowTransaction  2003-11-17 22:54:08.000000000 -0500
> +++ local/html/Ticket/Elements/ShowTransaction  2003-12-09 13:18:44.000000000 -0500
> @@ -22,7 +22,7 @@
>  %# 
>  %# END LICENSE BLOCK
>  <TR class="<% $RowNum%2 ? 'oddline' : 'evenline'%>" >
> -<TD bgcolor="<%$bgcolor%>"><A NAME="txn-<%$Transaction->Id%>" href="#txn-<%$Transaction->Id%>">#</A>&nbsp;</TD>
> +<TD bgcolor="<%$bgcolor%>"><A NAME="txn-<%$Transaction->Id%>" href="#txn-<%$Transaction->Id%>"><% $RowNum %></A>&nbsp;</TD>
>  <TD>&nbsp&nbsp;</TD>
>  <TD><font size=-2><% $transdate|n %></font>&nbsp;</TD>
>  % my $desc = $Transaction->BriefDescription;

> _______________________________________________
> rt-devel mailing list
> rt-devel at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-devel


-- 
http://www.bestpractical.com/rt  -- Trouble Ticketing. Free.



More information about the Rt-devel mailing list