[Rt-commit] r5294 - in rt/branches/3.5-TESTING: . html/REST/1.0/Forms/ticket

jesse at bestpractical.com jesse at bestpractical.com
Thu May 25 21:15:00 EDT 2006


Author: jesse
Date: Thu May 25 21:14:59 2006
New Revision: 5294

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/history
   rt/branches/3.5-TESTING/html/REST/1.0/dhandler

Log:
 r9822 at jesse-vincents-computer-2:  jesse | 2006-05-25 21:12:23 -0400
 * Small fixes to ticket history display


Modified: rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/history
==============================================================================
--- rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/history	(original)
+++ rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/history	Thu May 25 21:14:59 2006
@@ -168,8 +168,7 @@
 	    $fieldstring .= $key;
 	}
 	my ($content, $forms);
-
-	$m->subexec("$RT::WebPath/REST/1.0/show", 
+	$m->subexec("/REST/1.0/show", 
 		    id => \@tid, 
 		    format => $format,
                     fields => $fieldstring);

Modified: rt/branches/3.5-TESTING/html/REST/1.0/dhandler
==============================================================================
--- rt/branches/3.5-TESTING/html/REST/1.0/dhandler	(original)
+++ rt/branches/3.5-TESTING/html/REST/1.0/dhandler	Thu May 25 21:14:59 2006
@@ -309,7 +309,7 @@
 $output = form_compose(\@output);
 
 OUTPUT:
+$m->out("RT/".$RT::VERSION ." ".$status ."\n\n$output\n") if ($output || $status != 200);
+}
+return;
 </%INIT>
-RT/<% $RT::VERSION %> <% $status %>
-
-<% $output |n %>


More information about the Rt-commit mailing list