[Rt-commit] r5118 - in rt/branches/3.4-RELEASE: .
jesse at bestpractical.com
jesse at bestpractical.com
Tue Apr 25 22:43:33 EDT 2006
Author: jesse
Date: Tue Apr 25 22:43:31 2006
New Revision: 5118
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/html/REST/1.0/search/ticket
Log:
r11882 at hualien: jesse | 2006-04-25 22:43:11 -0400
* Mark Eichin picked up that http://lists.fsck.com/pipermail/rt-devel/2004-August/006216.html had never been applied.
rt ls -l broke because of it, if your RT server wasn't at /
Modified: rt/branches/3.4-RELEASE/html/REST/1.0/search/ticket
==============================================================================
--- rt/branches/3.4-RELEASE/html/REST/1.0/search/ticket (original)
+++ rt/branches/3.4-RELEASE/html/REST/1.0/search/ticket Tue Apr 25 22:43:31 2006
@@ -123,7 +123,7 @@
}
else {
my $id = $ticket->Id;
- my $d = $m->comp("$RT::WebPath/REST/1.0/Forms/ticket/default", id => $id, format => $format, fields => \%fields);
+ my $d = $m->comp("/REST/1.0/Forms/ticket/default", id => $id, format => $format, fields => \%fields);
my ($c, $o, $k, $e) = @$d;
push @output, [ $c, $o, $k ];
}
More information about the Rt-commit
mailing list