[freeside-commits] freeside/rt/share/html/Elements/RT__CustomField ColumnMap, 1.1.1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Fri Jul 23 15:09:32 PDT 2010


Update of /home/cvs/cvsroot/freeside/rt/share/html/Elements/RT__CustomField
In directory wavetail.420.am:/tmp/cvs-serv25673/share/html/Elements/RT__CustomField

Modified Files:
	ColumnMap 
Log Message:
fix rt/rt links moving custom fields up/down and refreshing homepage, RT#9280

Index: ColumnMap
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/Elements/RT__CustomField/ColumnMap,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -w -d -r1.1.1.1 -r1.2
--- ColumnMap	18 May 2010 18:46:00 -0000	1.1.1.1
+++ ColumnMap	23 Jul 2010 22:09:29 -0000	1.2
@@ -155,7 +155,9 @@
                 : ($args->{'PassArguments'});
             my %pass = map { $_ => $args->{$_} } grep exists $args->{$_}, @pass;
 
-            my $uri = RT->Config->Get('WebPath') . $m->request_path;
+            my $path = $m->request_path;
+            $path =~ s(^/rt)(); #hacky, dunno why this happens
+            my $uri = RT->Config->Get('WebPath') . $path;
 
             my @res = (
                 \'<a href="',



More information about the freeside-commits mailing list