[Rt-commit] rt branch, create-action, updated. 44b770ad872ba8c30b80da678855b487f8fb09e0

sartak at bestpractical.com sartak at bestpractical.com
Tue Sep 1 03:46:27 EDT 2009


The branch, create-action has been updated
       via  44b770ad872ba8c30b80da678855b487f8fb09e0 (commit)
      from  780c5cd12a9a2e69f84a42b67551141fdba5c190 (commit)

Summary of changes:
 lib/RT/Action/CreateTicket.pm |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 lib/RT/Action/CreateTicket.pm

- Log -----------------------------------------------------------------
commit 44b770ad872ba8c30b80da678855b487f8fb09e0
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Sep 1 03:45:04 2009 -0400

    Stub the CreateTicket action

diff --git a/lib/RT/Action/CreateTicket.pm b/lib/RT/Action/CreateTicket.pm
new file mode 100644
index 0000000..75a5cde
--- /dev/null
+++ b/lib/RT/Action/CreateTicket.pm
@@ -0,0 +1,12 @@
+package RT::Action::CreateTicket;
+use strict;
+use warnings;
+
+use base qw/Jifty::Action::Record::Create/;
+
+sub record_class { 'RT::Model::Ticket' }
+
+use constant report_detailed_messages => 1;
+
+1;
+

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


More information about the Rt-commit mailing list