[Rt-commit] rt branch, create-action, updated. 64108aa03eb65dc5737c8cd9448d7fb390fff32c

sartak at bestpractical.com sartak at bestpractical.com
Tue Sep 29 17:49:26 EDT 2009


The branch, create-action has been updated
       via  64108aa03eb65dc5737c8cd9448d7fb390fff32c (commit)
      from  ea09a684b385331e5100120364f88c13c36c3e40 (commit)

Summary of changes:
 lib/RT/Action/CreateTicket.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 64108aa03eb65dc5737c8cd9448d7fb390fff32c
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Sep 29 17:49:19 2009 -0400

    I hate multiple inheritance

diff --git a/lib/RT/Action/CreateTicket.pm b/lib/RT/Action/CreateTicket.pm
index 538970b..95d57a6 100644
--- a/lib/RT/Action/CreateTicket.pm
+++ b/lib/RT/Action/CreateTicket.pm
@@ -1,7 +1,7 @@
 package RT::Action::CreateTicket;
 use strict;
 use warnings;
-use base 'RT::Action::CustomFieldBased', 'RT::Action::QueueBased', 'Jifty::Action::Record::Create';
+use base 'RT::Action::QueueBased', 'RT::Action::CustomFieldBased', 'Jifty::Action::Record::Create';
 
 use constant record_class => 'RT::Model::Ticket';
 use constant report_detailed_messages => 1;

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


More information about the Rt-commit mailing list