[freeside-commits] freeside/rt/html/REST/1.0/Forms/ticket default, 1.1.1.4, 1.1.1.4.4.1

Ivan,,, ivan at wavetail.420.am
Mon Mar 3 15:07:40 PST 2008


Update of /home/cvs/cvsroot/freeside/rt/html/REST/1.0/Forms/ticket
In directory wavetail.420.am:/tmp/cvs-serv10370/html/REST/1.0/Forms/ticket

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	default 
Log Message:
merge in rt 3.4.6.  *gulp*!

Index: default
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/html/REST/1.0/Forms/ticket/default,v
retrieving revision 1.1.1.4
retrieving revision 1.1.1.4.4.1
diff -u -d -r1.1.1.4 -r1.1.1.4.4.1
--- default	15 Oct 2005 09:10:13 -0000	1.1.1.4
+++ default	3 Mar 2008 23:07:38 -0000	1.1.1.4.4.1
@@ -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
@@ -95,7 +95,7 @@
         $starts->SetToNow;
 
         return [
-            "# Required: Queue, Requestor, Subject",
+            "# Required: id, Queue",
             [ qw(id Queue Requestor Subject Cc AdminCc Owner Status Priority
                  InitialPriority FinalPriority TimeEstimated Starts Due Text) ],
             {



More information about the freeside-commits mailing list