[Rt-commit] rt branch, 4.2/showuser-callback, created. rt-4.1.6-139-g3a17e4f

Thomas Sibley trs at bestpractical.com
Mon Jan 28 23:45:18 EST 2013


The branch, 4.2/showuser-callback has been created
        at  3a17e4f2377e08947e61f4bf09ebda4e6df4b075 (commit)

- Log -----------------------------------------------------------------
commit 3a17e4f2377e08947e61f4bf09ebda4e6df4b075
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Mon Jan 28 20:28:07 2013 -0800

    Pass the formatted user string to the ShowUser callback
    
    The callback, added by 2fc9259, was missing the key variable it was
    supposed to be used to modify: a reference to $display.

diff --git a/share/html/Elements/ShowUser b/share/html/Elements/ShowUser
index ae1ba13..178976d 100644
--- a/share/html/Elements/ShowUser
+++ b/share/html/Elements/ShowUser
@@ -61,6 +61,7 @@ $m->callback(
     User            => $User,
     Address         => $Address,
     NoEscape        => \$NoEscape,
+    display         => \$display,
     CallbackName    => 'Modify',
 );
 

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


More information about the Rt-commit mailing list