[freeside-commits] freeside/rt/share/html/Ticket/Graphs index.html, 1.1.1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Tue Jun 29 23:52:28 PDT 2010
Update of /home/cvs/cvsroot/freeside/rt/share/html/Ticket/Graphs
In directory wavetail.420.am:/tmp/cvs-serv13214
Modified Files:
index.html
Log Message:
fix another case of rt/rt/, urg
Index: index.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/Ticket/Graphs/index.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -w -d -r1.1.1.1 -r1.2
--- index.html 31 Dec 2009 13:16:31 -0000 1.1.1.1
+++ index.html 30 Jun 2010 06:52:26 -0000 1.2
@@ -56,7 +56,9 @@
<& Elements/ShowGraph, %ARGS, Ticket => $ticket &>
-<form action="<% RT->Config->Get('WebPath') . $m->request_comp->path %>">
+% my $path = $m->request_comp->path;
+% $path =~ s(^/rt)(); #hacky, dunno why this happens
+<form action="<% RT->Config->Get('WebPath') . $path %>">
<input type="hidden" class="hidden" name="id" value="<% $id %>" />
<& Elements/EditGraphProperties, %ARGS, Ticket => $ticket &>
More information about the freeside-commits
mailing list