[Bps-public-commit] RT-Extension-PriorityAsString branch, master, updated. 0.04_02-4-gda38989
Thomas Sibley
trs at bestpractical.com
Mon Mar 18 18:00:22 EDT 2013
The branch, master has been updated
via da389893cd18dfe1a33170d9be9febb280622861 (commit)
via 08bb4a69071af0be427eb7c8c28e39d89f94c8f0 (commit)
from a964257599d235d1d14cd0c0ea7adb5e62b430a1 (commit)
Summary of changes:
html/Callbacks/PriorityAsString/Elements/RT__Ticket/ColumnMap/Once | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 08bb4a69071af0be427eb7c8c28e39d89f94c8f0
Author: Christian Loos <github at netsandbox.de>
Date: Wed Mar 13 11:32:58 2013 +0100
return the localized priority to Results.tsv
diff --git a/html/Callbacks/PriorityAsString/Elements/RT__Ticket/ColumnMap/Once b/html/Callbacks/PriorityAsString/Elements/RT__Ticket/ColumnMap/Once
index 114a55c..8a665cf 100644
--- a/html/Callbacks/PriorityAsString/Elements/RT__Ticket/ColumnMap/Once
+++ b/html/Callbacks/PriorityAsString/Elements/RT__Ticket/ColumnMap/Once
@@ -8,7 +8,7 @@ my $printer = sub {
my $request_path = $HTML::Mason::Commands::r->path_info;
if ($request_path =~ /Results\.tsv/) {
- return $string;
+ return loc($string);
}
my $escaped = $m->interp->apply_escapes($string, 'h');
commit da389893cd18dfe1a33170d9be9febb280622861
Merge: a964257 08bb4a6
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Mar 18 15:00:03 2013 -0700
Merge remote-tracking branch 'github/pr/3'
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list