[Rt-commit] rt branch, create-action, updated. 771b49050cae4ee2e483ac0b86b8d796059576b4

sartak at bestpractical.com sartak at bestpractical.com
Tue Sep 22 09:09:13 EDT 2009


The branch, create-action has been updated
       via  771b49050cae4ee2e483ac0b86b8d796059576b4 (commit)
      from  5e4fcba4669e03ea8879152c67e4a32fc1cfc189 (commit)

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

- Log -----------------------------------------------------------------
commit 771b49050cae4ee2e483ac0b86b8d796059576b4
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Sep 22 09:09:06 2009 -0400

    Doh forgot to call the method

diff --git a/lib/RT/Action/CreateTicket.pm b/lib/RT/Action/CreateTicket.pm
index adeaea8..40c7a9c 100644
--- a/lib/RT/Action/CreateTicket.pm
+++ b/lib/RT/Action/CreateTicket.pm
@@ -68,6 +68,7 @@ sub after_set_queue {
     );
 
     $self->set_default_priority($queue);
+    $self->set_final_priority($queue);
 }
 
 sub role_group_parameters {

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


More information about the Rt-commit mailing list