summaryrefslogtreecommitdiff
path: root/rt/share/html/Elements/RT__CustomField
diff options
context:
space:
mode:
authorivan <ivan>2010-07-23 22:09:30 +0000
committerivan <ivan>2010-07-23 22:09:30 +0000
commitc6a3eafdce6e88b4f33a37a824331d5d9be8d9bd (patch)
tree33c86051952ba7a3f309f7e4f96bb8ee34a6f49f /rt/share/html/Elements/RT__CustomField
parent22e59cf0fddecd4808a6ce91fe2b1712f3ab3c87 (diff)
fix rt/rt links moving custom fields up/down and refreshing homepage, RT#9280
Diffstat (limited to 'rt/share/html/Elements/RT__CustomField')
-rw-r--r--rt/share/html/Elements/RT__CustomField/ColumnMap4
1 files changed, 3 insertions, 1 deletions
diff --git a/rt/share/html/Elements/RT__CustomField/ColumnMap b/rt/share/html/Elements/RT__CustomField/ColumnMap
index 6d8d76a4c..0a867eb26 100644
--- a/rt/share/html/Elements/RT__CustomField/ColumnMap
+++ b/rt/share/html/Elements/RT__CustomField/ColumnMap
@@ -155,7 +155,9 @@ my $COLUMN_MAP = {
: ($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="',