[Rt-commit] [rtir] 01/01: don't include signature in Incident creation

? sunnavy sunnavy at bestpractical.com
Thu Jun 13 07:27:58 EDT 2013


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

sunnavy pushed a commit to branch 3.0/consistent-signature
in repository rtir.

commit 0efa2a425613acdd21ecc797139411a907cd0f80
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Jun 13 19:19:08 2013 +0800

    don't include signature in Incident creation
    
    Incident is *internal*, so it might be good to not include signature.
    we can add an option later if it's arguable for flexibility.
---
 html/RTIR/Incident/Create.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/RTIR/Incident/Create.html b/html/RTIR/Incident/Create.html
index c215c0c..caeb32d 100644
--- a/html/RTIR/Incident/Create.html
+++ b/html/RTIR/Incident/Create.html
@@ -159,7 +159,7 @@ if ( $ChildObj && !$ChildObj->CurrentUserHasRight('ModifyTicket') ) {
 <td>
 <& /Elements/MessageBox,
     Default => $ARGS{'Content'},
-    IncludeSignature => $include_signature,
+    IncludeSignature => 0,
 &>
 </td></tr>
 

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


More information about the Rt-commit mailing list