[Rt-commit] rt branch, 4.0/massage-portlets-callback, created. rt-4.0.4-48-g9dc0ed8

Jason May jasonmay at bestpractical.com
Mon Nov 28 14:23:24 EST 2011


The branch, 4.0/massage-portlets-callback has been created
        at  9dc0ed8c068ccff4884c99a41eb801a9fd1398ec (commit)

- Log -----------------------------------------------------------------
commit 9dc0ed8c068ccff4884c99a41eb801a9fd1398ec
Author: Shawn M Moore <sartak at gmail.com>
Date:   Tue Nov 22 18:18:30 2011 -0500

    Add MassagePortlets callback to MyRT

diff --git a/share/html/Elements/MyRT b/share/html/Elements/MyRT
index e8cc4bb..37d8976 100644
--- a/share/html/Elements/MyRT
+++ b/share/html/Elements/MyRT
@@ -75,6 +75,8 @@ unless ( $Portlets ) {
     );
 }
 
+$m->callback( CallbackName => 'MassagePortlets', Portlets => $Portlets );
+
 my ($body, $summary) = @{$Portlets}{qw(body summary)};
 unless( $body && @$body ) {
     $body = $summary || [];

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


More information about the Rt-commit mailing list