X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-Drafts.git;a=blobdiff_plain;f=rt-3.8.10-AfterMessageBox.patch;fp=rt-3.8.10-AfterMessageBox.patch;h=5ef8f18f71c3aa58d066c6821fe643ef5e5aa59a;hp=0000000000000000000000000000000000000000;hb=5e61c7dcc44296347675fc21a4c49e26b15c247f;hpb=3efd3a44c64b6682019fbb4c50989b003553ca78 diff --git a/rt-3.8.10-AfterMessageBox.patch b/rt-3.8.10-AfterMessageBox.patch new file mode 100644 index 0000000..5ef8f18 --- /dev/null +++ b/rt-3.8.10-AfterMessageBox.patch @@ -0,0 +1,12 @@ +diff --git a/share/html/Ticket/Update.html b/share/html/Ticket/Update.html +index 50c6f93..94e9a94 100755 +--- a/share/html/Ticket/Update.html ++++ b/share/html/Ticket/Update.html +@@ -144,6 +144,7 @@ + % $IncludeSignature = 0 if $Action ne 'Respond' && !RT->Config->Get('MessageBoxIncludeSignatureOnComment'); + <& /Elements/MessageBox, Name=>"UpdateContent", IncludeSignature => $IncludeSignature, %ARGS &> + % } ++% $m->callback( %ARGS, CallbackName => 'AfterMessageBox' ); + + +