[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-601-g8a58888

Thomas Sibley trs at bestpractical.com
Thu Aug 26 18:17:07 EDT 2010


The branch, 3.9-trunk has been updated
       via  8a58888e73776621bf970a72945e92a83a2a265b (commit)
      from  9a601274645a2a45a8ceedcc8da96684f2b921af (commit)

Summary of changes:
 share/html/Ticket/Elements/ShowRequestorExtraInfo |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 8a58888e73776621bf970a72945e92a83a2a265b
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Aug 26 18:18:56 2010 -0400

    We pass these ColumnMap values through Mason, so don't escape them just yet

diff --git a/share/html/Ticket/Elements/ShowRequestorExtraInfo b/share/html/Ticket/Elements/ShowRequestorExtraInfo
index 4916937..5efa8be 100644
--- a/share/html/Ticket/Elements/ShowRequestorExtraInfo
+++ b/share/html/Ticket/Elements/ShowRequestorExtraInfo
@@ -80,7 +80,7 @@ my $fetch_columnmap = sub {
             Name  => $name,
             Attr  => $attr,
             );
-    return ProcessColumnMapValue( $tmp, Arguments => $arguments );
+    return ProcessColumnMapValue( $tmp, Arguments => $arguments, Escape => 0 );
 };
 </%INIT>
 <%ARGS>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list