[Rt-commit] r2416 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: .
html/REST/1.0/Forms/ticket
jesse at bestpractical.com
jesse at bestpractical.com
Mon Mar 14 02:58:02 EST 2005
Author: jesse
Date: Mon Mar 14 02:58:01 2005
New Revision: 2416
Modified:
rt/branches/PLATANO-EXPERIMENTAL-CSS/ (props changed)
rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/history
Log:
r8576 at hualien: jesse | 2005-03-14 02:40:58 -0500
r8463 at hualien: jesse | 2005-03-14 02:25:10 -0500
r4668 at hualien: jesse | 2005-02-10 15:54:30 -0500
removed effective ticket from history listing
Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/history
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/history (original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/history Mon Mar 14 02:58:01 2005
@@ -97,8 +97,6 @@
$t->Load($tid);
push @data, [ id => $t->Id ];
- push @data, [ EffectiveTicket => $t->EffectiveTicket ]
- if (!%$fields || exists $fields->{lc 'EffectiveTicket'});
push @data, [ Ticket => $t->Ticket ]
if (!%$fields || exists $fields->{lc 'Ticket'});
push @data, [ TimeTaken => $t->TimeTaken ]
More information about the Rt-commit
mailing list