[Rt-commit] [rtir] 01/01: drop the useless Type parameter to make the MessageBox call happy

? sunnavy sunnavy at bestpractical.com
Mon Oct 19 13:15:33 EDT 2015


This is an automated email from the git hooks/post-receive script.

sunnavy pushed a commit to branch 3.4/message-box-on-update
in repository rtir.

commit d584c8b025199c6fdcf46915c728e89cf8eb31e9
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Oct 20 01:10:45 2015 +0800

    drop the useless Type parameter to make the MessageBox call happy
    
    otherwise, MessageBox won't get the correct content type because it uses Type
    value to decide if it's a plain box or rich-text box.
---
 html/RTIR/Update.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/RTIR/Update.html b/html/RTIR/Update.html
index 1db2be0..d176325 100644
--- a/html/RTIR/Update.html
+++ b/html/RTIR/Update.html
@@ -132,7 +132,7 @@
 </tr>
 
 % $ARGS{IncludeSignature} = 0 if $Action ne 'Respond' && !RT->Config->Get('MessageBoxIncludeSignatureOnComment');
-<& /RTIR/Elements/UpdateData, %ARGS, Ticket => $Ticket, Type => 'Incident', GnuPGWidget => $gnupg_widget &>
+<& /RTIR/Elements/UpdateData, %ARGS, Ticket => $Ticket, GnuPGWidget => $gnupg_widget &>
 
 </table>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list