[Bps-public-commit] RT-AjaxyReplyPage branch, master, updated. b561ba8a6b10d6ff3245a397f63496f4859cd8ac

jesse jesse at bestpractical.com
Mon Oct 5 11:04:10 EDT 2009


The branch, master has been updated
       via  b561ba8a6b10d6ff3245a397f63496f4859cd8ac (commit)
       via  e6f93fedf2afb2b69c16bd205294520e09c59c10 (commit)
      from  98c92f6ca57dab2ef2460ee38b04cd5d12874bb1 (commit)

Summary of changes:
 html/Plugin/AjaxyReplyPage/Elements/Basics |    6 ++++--
 lib/RT/AjaxyReplyPage.pm                   |    2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit e6f93fedf2afb2b69c16bd205294520e09c59c10
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Oct 5 11:02:18 2009 -0400

    Make RT's default status stuff propagate

diff --git a/html/Plugin/AjaxyReplyPage/Elements/Basics b/html/Plugin/AjaxyReplyPage/Elements/Basics
index 8ffafeb..5cc0841 100644
--- a/html/Plugin/AjaxyReplyPage/Elements/Basics
+++ b/html/Plugin/AjaxyReplyPage/Elements/Basics
@@ -1,10 +1,12 @@
 <%args>
 $TicketObj
+$DefaultStatus
 </%args>
 <%init>
-    my $DefaultStatus||=($ARGS{'Status'} ||$TicketObj->Status());
 
-        $DefaultStatus='open' if ($DefaultStatus eq 'new');
+$DefaultStatus||=($ARGS{'Status'} ||$TicketObj->Status());
+$DefaultStatus='open' if ($DefaultStatus eq 'new');
+
 </%init>
 
 <tr>

commit b561ba8a6b10d6ff3245a397f63496f4859cd8ac
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Oct 5 11:02:40 2009 -0400

    0.12

diff --git a/lib/RT/AjaxyReplyPage.pm b/lib/RT/AjaxyReplyPage.pm
index 3001099..5c03a93 100644
--- a/lib/RT/AjaxyReplyPage.pm
+++ b/lib/RT/AjaxyReplyPage.pm
@@ -2,6 +2,6 @@ use warnings;
 use strict;
 
 package RT::AjaxyReplyPage;
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 1;

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list