[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.4-8-ga6cb25d
Alex Vandiver
alexmv at bestpractical.com
Thu May 15 15:40:17 EDT 2014
The branch, 4.2-trunk has been updated
via a6cb25df513a77248787f1c1ae1f931020bfa489 (commit)
from c957fbd7176600adb71d3b7c9cd1c54f700d7c9c (commit)
Summary of changes:
share/html/Elements/ShowTransaction | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit a6cb25df513a77248787f1c1ae1f931020bfa489
Author: Matt Zagrabelny <mzagrabe at d.umn.edu>
Date: Fri May 9 16:29:22 2014 -0500
Add parameter 'ShowBody' to Default callback in ShowTransaction
This parameter's value is a reference to the ShowBody scalar. The
reasoning behind the addition of this parameter is to allow the callback
to have control over the displaying of the Txn body.
diff --git a/share/html/Elements/ShowTransaction b/share/html/Elements/ShowTransaction
index 27dc064..e60a79e 100644
--- a/share/html/Elements/ShowTransaction
+++ b/share/html/Elements/ShowTransaction
@@ -237,6 +237,7 @@ $m->callback(
Created => \$date,
TimeTaken => \$time,
Description => \$desc,
+ ShowBody => \$ShowBody,
);
my $actions = '';
-----------------------------------------------------------------------
More information about the rt-commit
mailing list