[Rt-commit] rt branch, 4.4/show-transaction-default-callback-args, created. rt-4.4.2-239-g3ec4a98e0

? sunnavy sunnavy at bestpractical.com
Tue May 22 17:19:08 EDT 2018


The branch, 4.4/show-transaction-default-callback-args has been created
        at  3ec4a98e05aa1164ab49bfe79aa9f40fdb7f0531 (commit)

- Log -----------------------------------------------------------------
commit 3ec4a98e05aa1164ab49bfe79aa9f40fdb7f0531
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed May 23 05:13:36 2018 +0800

    Add ARGSRef and HasTxnCFs args for Default callback of ShowTransaction
    
    So people can change $HasTxnCFs and %ARGS in the callback

diff --git a/share/html/Elements/ShowTransaction b/share/html/Elements/ShowTransaction
index 369535573..03f2929cf 100644
--- a/share/html/Elements/ShowTransaction
+++ b/share/html/Elements/ShowTransaction
@@ -241,6 +241,8 @@ $m->callback(
     Description => \$desc,
     ShowBody    => \$ShowBody,
     CreatorObj  => \$CreatorObj,
+    HasTxnCFs   => \$HasTxnCFs,
+    ARGSRef     => \%ARGS,
 );
 
 my $actions = '';

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


More information about the rt-commit mailing list