[Rt-commit] rt branch, admin_ui, updated. 96c0d83c31683bbc3e0a67f45b9bf468f0d3456f

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Dec 31 01:07:12 EST 2009


The branch, admin_ui has been updated
       via  96c0d83c31683bbc3e0a67f45b9bf468f0d3456f (commit)
      from  1f17f60457531b647cbb324994f197c79c4b9702 (commit)

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

- Log -----------------------------------------------------------------
commit 96c0d83c31683bbc3e0a67f45b9bf468f0d3456f
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Dec 31 14:07:03 2009 +0800

    create queue with cfv added

diff --git a/lib/RT/Action/CreateQueue.pm b/lib/RT/Action/CreateQueue.pm
index ea7ef84..4cad082 100644
--- a/lib/RT/Action/CreateQueue.pm
+++ b/lib/RT/Action/CreateQueue.pm
@@ -34,4 +34,11 @@ sub arguments {
     return $self->{_cached_arguments};
 }
 
+sub take_action {
+    my $self = shift;
+    $self->SUPER::take_action;
+    $self->_add_custom_field_values;
+    return 1;
+}
+
 1;

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


More information about the Rt-commit mailing list