[freeside-commits] freeside/rt/share/html/Elements/RT__CustomField ColumnMap, 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/Elements/RT__CustomField
In directory wavetail.420.am:/tmp/cvs-serv16313/rt/share/html/Elements/RT__CustomField
Modified Files:
ColumnMap
Log Message:
address root cause of rt/rt links and remove the workarounds, RT#9280
Index: ColumnMap
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/Elements/RT__CustomField/ColumnMap,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- ColumnMap 23 Jul 2010 22:09:29 -0000 1.2
+++ ColumnMap 15 Aug 2010 00:44:55 -0000 1.3
@@ -155,9 +155,7 @@
: ($args->{'PassArguments'});
my %pass = map { $_ => $args->{$_} } grep exists $args->{$_}, @pass;
- my $path = $m->request_path;
- $path =~ s(^/rt)(); #hacky, dunno why this happens
- my $uri = RT->Config->Get('WebPath') . $path;
+ my $uri = RT->Config->Get('WebPath') . $m->request_path;
my @res = (
\'<a href="',
More information about the freeside-commits
mailing list