[Rt-commit] r13020 - in rt/branches/3.8-TESTING: share/html/Ticket/Elements

elacour at bestpractical.com elacour at bestpractical.com
Sat Jun 7 02:24:26 EDT 2008


Author: elacour
Date: Sat Jun  7 02:24:26 2008
New Revision: 13020

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/Ticket/Elements/PreviewScrips

Log:
 r9298 at datura:  manu | 2008-06-07 08:23:57 +0200
 RT-Ticket: 7734
 RT-Status: resolved
 RT-Update: correspond
 
 Applied patch from Todd Chapman to do more fine error checking.
 


Modified: rt/branches/3.8-TESTING/share/html/Ticket/Elements/PreviewScrips
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Ticket/Elements/PreviewScrips	(original)
+++ rt/branches/3.8-TESTING/share/html/Ticket/Elements/PreviewScrips	Sat Jun  7 02:24:26 2008
@@ -57,7 +57,7 @@
 </%init>
 <h2><&|/l&>This message will be sent to...</&></h2>
 
-% if ( $Object ) {
+% if ( $Object and $Object->Scrips ) {
 <i><&|/l&>(Check boxes to disable notifications to the listed recipients)</&></i><br />
 
 % foreach my $scrip (@{$Object->Scrips->Prepared}) {


More information about the Rt-commit mailing list