[Rt-commit] r5060 - in rt/branches/3.4-RELEASE: .
jesse at bestpractical.com
jesse at bestpractical.com
Mon Apr 24 10:49:41 EDT 2006
Author: jesse
Date: Mon Apr 24 10:49:40 2006
New Revision: 5060
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/default
Log:
r11842 at hualien: jesse | 2006-04-24 10:49:13 -0400
The following patch adds the useful LastUpdated field to the fields
returned through the REST interface.
David - who starts to wonder if his patches are actually read by someone :-)
--
David Schweikert | phone: +41 44 632 7019
System manager ISG.EE | walk: ETH Zentrum, ETL F24.1
ETH Zurich, Switzerland | web: http://people.ee.ethz.ch/dws
Modified: rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/default
==============================================================================
--- rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/default (original)
+++ rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/default Mon Apr 24 10:49:40 2006
@@ -57,7 +57,7 @@
my ($c, $o, $k, $e) = ("", [], {}, 0);
my %data = %$changes;
my $ticket = new RT::Ticket $session{CurrentUser};
-my @dates = qw(Created Starts Started Due Resolved Told);
+my @dates = qw(Created Starts Started Due Resolved Told LastUpdated);
my @people = qw(Requestors Cc AdminCc);
my @create = qw(Queue Requestor Subject Cc AdminCc Owner Status Priority
InitialPriority FinalPriority TimeEstimated TimeWorked
More information about the Rt-commit
mailing list