[Rt-commit] r8734 - in rtir/branches/2.3-EXPERIMENTAL: .

sartak at bestpractical.com sartak at bestpractical.com
Fri Aug 24 17:49:39 EDT 2007


Author: sartak
Date: Fri Aug 24 17:49:39 2007
New Revision: 8734

Modified:
   rtir/branches/2.3-EXPERIMENTAL/   (props changed)
   rtir/branches/2.3-EXPERIMENTAL/html/Callbacks/RTIR/Elements/RT__Ticket/ColumnMap/Once

Log:
 r19936 at onn:  sartak | 2007-08-24 17:49:35 -0400
 Don't display "no pubkey" alone in the owner field


Modified: rtir/branches/2.3-EXPERIMENTAL/html/Callbacks/RTIR/Elements/RT__Ticket/ColumnMap/Once
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/Callbacks/RTIR/Elements/RT__Ticket/ColumnMap/Once	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/Callbacks/RTIR/Elements/RT__Ticket/ColumnMap/Once	Fri Aug 24 17:49:39 2007
@@ -83,6 +83,8 @@
     value     => sub {
         my $t = shift;
         my $email = $t->OwnerObj->EmailAddress;
+        return $email if $email eq '';
+
         if ("we don't have key") {
             $email .= " (no pubkey!)";
         }


More information about the Rt-commit mailing list