[freeside-commits] freeside/rt/share/html/Ticket/Graphs index.html, 1.2, 1.3

Ivan,,, ivan at wavetail.420.am
Sat Aug 14 17:44:57 PDT 2010


Update of /home/cvs/cvsroot/freeside/rt/share/html/Ticket/Graphs
In directory wavetail.420.am:/tmp/cvs-serv16313/rt/share/html/Ticket/Graphs

Modified Files:
	index.html 
Log Message:
address root cause of rt/rt links and remove the workarounds, RT#9280

Index: index.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/Ticket/Graphs/index.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- index.html	30 Jun 2010 06:52:26 -0000	1.2
+++ index.html	15 Aug 2010 00:44:55 -0000	1.3
@@ -56,9 +56,7 @@
 
 <& Elements/ShowGraph, %ARGS, Ticket => $ticket &>
 
-% my $path = $m->request_comp->path;
-% $path =~ s(^/rt)(); #hacky, dunno why this happens
-<form action="<% RT->Config->Get('WebPath') . $path %>">
+<form action="<% RT->Config->Get('WebPath') . $m->request_comp->path %>">
 <input type="hidden" class="hidden" name="id" value="<% $id %>" />
 
 <& Elements/EditGraphProperties, %ARGS, Ticket => $ticket &>



More information about the freeside-commits mailing list